PHP Interface Sulu\Component\Content\Document\Behavior\WorkflowStageBehavior

Show file Open project: sulu/sulu

Public Methods

Method Description
getPublished ( ) : null | DateTime Get the published date or return NULL if the document has not yet been published.
getWorkflowStage ( ) : string | integer Return the workflow stage.
setWorkflowStage ( $workflowStage ) Set the workflow stage.

Method Details

getPublished() public method

Get the published date or return NULL if the document has not yet been published.
public getPublished ( ) : null | DateTime
return null | DateTime

getWorkflowStage() public method

Return the workflow stage.
public getWorkflowStage ( ) : string | integer
return string | integer

setWorkflowStage() public method

Set the workflow stage.
public setWorkflowStage ( $workflowStage )