TYPO3 CMS  TYPO3_6-2
Tx_Workspaces_Service_Stages Class Reference
Inheritance diagram for Tx_Workspaces_Service_Stages:
TYPO3\CMS\Workspaces\Service\StagesService

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Workspaces\Service\StagesService
 getWorkspaceId ()
 
 getPreviousStageForElementCollection ( $workspaceItems, array $byTableName=array('tt_content', 'pages', 'pages_language_overlay'))
 
 getNextStageForElementCollection ( $workspaceItems, array $byTableName=array('tt_content', 'pages', 'pages_language_overlay'))
 
 getStagesForWS ()
 
 getStagesForWSUser ()
 
 checkCustomStagingForWS ()
 
 getStageTitle ($ver_stage)
 
 getStageRecord ($stageid)
 
 getNextStage ($stageId)
 
 getNextStages (array &$nextStageArray, $stageId)
 
 getPrevStage ($stageId)
 
 getPrevStages (array &$prevStageArray, $stageId)
 
 getResponsibleBeUser ($stageId, $selectDefaultUserField=FALSE)
 
 getResponsibleUser ($stageRespValue)
 
 getPropertyOfCurrentWorkspaceStage ($stageId, $property)
 
 getPositionOfCurrentStage ($stageId)
 
 isPrevStageAllowedForUser ($stageId)
 
 isNextStageAllowedForUser ($stageId)
 
 isValid ($stageId)
 
 getNotificationMode ($stageId)
 
- Public Attributes inherited from TYPO3\CMS\Workspaces\Service\StagesService
const TABLE_STAGE = 'sys_workspace_stage'
 
const STAGE_PUBLISH_EXECUTE_ID = -20
 
const STAGE_PUBLISH_ID = -10
 
const STAGE_EDIT_ID = 0
 
const MODE_NOTIFY_SOMEONE = 0
 
const MODE_NOTIFY_ALL = 1
 
const MODE_NOTIFY_ALL_STRICT = 2
 
- Protected Member Functions inherited from TYPO3\CMS\Workspaces\Service\StagesService
 isStageAllowedForUser ($stageId)
 
 getBackendUser ()
 
- Protected Attributes inherited from TYPO3\CMS\Workspaces\Service\StagesService
 $workspaceStageCache = array()
 
 $workspaceStageAllowedCache = array()
 
 $fetchGroupsCache = array()
 
 $userGroups = array()
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 6537 of file LegacyClassesForIde.php.