PHP 클래스 Admin_WorkflowController, pimcore

상속: extends Application_Controller_Action
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
getWorkflowFormAction ( ) Returns a JSON of the available workflow actions to the admin panel
preDispatch ( )
submitWorkflowTransitionAction ( )

보호된 메소드들

메소드 설명
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

메소드 상세

getDecorator() 보호된 메소드

Returns a Decorator for the Workflow
protected getDecorator ( ) : Decorator
리턴 Pimcore\WorkflowManagement\Workflow\Decorator

getLatestVersion() 보호된 메소드

protected getLatestVersion ( Document | Asset | Concrete $element ) : Document | Asset | Concrete
$element Pimcore\Model\Document | Pimcore\Model\Asset | Pimcore\Model\Object\Concrete
리턴 Pimcore\Model\Document | Pimcore\Model\Asset | Pimcore\Model\Object\Concrete

getWorkflowFormAction() 공개 메소드

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

getWorkflowManager() 보호된 메소드

Returns a new workflow manager for the current element
protected getWorkflowManager ( ) : Manager
리턴 Pimcore\WorkflowManagement\Workflow\Manager

preDispatch() 공개 메소드

public preDispatch ( )

submitWorkflowTransitionAction() 공개 메소드