PHP Class Admin_WorkflowController, pimcore

Inheritance: extends Application_Controller_Action
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Méthode Description
getWorkflowFormAction ( ) Returns a JSON of the available workflow actions to the admin panel
preDispatch ( )
submitWorkflowTransitionAction ( )

Méthodes protégées

Méthode Description
getDecorator ( ) : Decorator Returns a Decorator for the Workflow
getLatestVersion ( Document | Asset | Concrete $element ) : Document | Asset | Concrete
getWorkflowManager ( ) : Manager Returns a new workflow manager for the current element

Method Details

getDecorator() protected méthode

Returns a Decorator for the Workflow
protected getDecorator ( ) : Decorator
Résultat Pimcore\WorkflowManagement\Workflow\Decorator

getLatestVersion() protected méthode

protected getLatestVersion ( Document | Asset | Concrete $element ) : Document | Asset | Concrete
$element Pimcore\Model\Document | Pimcore\Model\Asset | Pimcore\Model\Object\Concrete
Résultat Pimcore\Model\Document | Pimcore\Model\Asset | Pimcore\Model\Object\Concrete

getWorkflowFormAction() public méthode

Returns a JSON of the available workflow actions to the admin panel

getWorkflowManager() protected méthode

Returns a new workflow manager for the current element
protected getWorkflowManager ( ) : Manager
Résultat Pimcore\WorkflowManagement\Workflow\Manager

preDispatch() public méthode

public preDispatch ( )

submitWorkflowTransitionAction() public méthode