PHP Class Pimcore\WorkflowManagement\Workflow\Decorator

Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$workflow Pimcore\WorkflowManagement\Workflow

Méthodes publiques

Méthode Description
__construct ( null $workflow = null )
getActionLabel ( $actionName )
getAvailableActionsForForm ( $actionConfigs )
getAvailableStatesForForm ( $stateConfigs )
getAvailableStatusesForForm ( $statusConfigs )
getNoteTitle ( $actionName, $formData )
getNoteType ( $actionName, $formData ) : string Returns the note type title
getStatusLabel ( $statusName )

Private Methods

Méthode Description
translateLabel ( $key )

Method Details

__construct() public méthode

public __construct ( null $workflow = null )
$workflow null Workflow

getActionLabel() public méthode

public getActionLabel ( $actionName )

getAvailableActionsForForm() public méthode

public getAvailableActionsForForm ( $actionConfigs )

getAvailableStatesForForm() public méthode

public getAvailableStatesForForm ( $stateConfigs )

getAvailableStatusesForForm() public méthode

public getAvailableStatusesForForm ( $statusConfigs )

getNoteTitle() public méthode

public getNoteTitle ( $actionName, $formData )

getNoteType() public méthode

Returns the note type title
public getNoteType ( $actionName, $formData ) : string
$actionName
Résultat string

getStatusLabel() public méthode

public getStatusLabel ( $statusName )

Property Details

$workflow public_oe property

public Workflow,Pimcore\WorkflowManagement $workflow
Résultat Pimcore\WorkflowManagement\Workflow