PHP Class Sulu\Bundle\SnippetBundle\Document\SnippetDocument

Inheritance: implements Sulu\Component\DocumentManager\Behavior\Mapping\NodeNameBehavior, implements Sulu\Component\Content\Document\Behavior\LocalizedAuditableBehavior, implements Sulu\Component\DocumentManager\Behavior\Path\AutoNameBehavior, implements Sulu\Component\DocumentManager\Behavior\Path\AliasFilingBehavior, implements Sulu\Component\Content\Document\Behavior\StructureTypeFilingBehavior, implements Sulu\Component\Content\Document\Behavior\StructureBehavior, implements Sulu\Component\Content\Document\Behavior\WorkflowStageBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\UuidBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\PathBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\LocalizedTitleBehavior
Mostrar archivo Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( )
getChanged ( )
getChanger ( )
getCreated ( )
getCreator ( )
getLocale ( )
getNodeName ( )
getOriginalLocale ( )
getParent ( )
getPath ( )
getPublished ( )
getStructure ( )
getStructureType ( )
getTitle ( )
getUuid ( )
getWorkflowStage ( )
setLocale ( $locale )
setOriginalLocale ( $originalLocale )
setParent ( $parent )
setStructureType ( $structureType )
setTitle ( $title ) Set the title.
setWorkflowStage ( $workflowStage )

Method Details

__construct() public method

public __construct ( )

getChanged() public method

public getChanged ( )

getChanger() public method

public getChanger ( )

getCreated() public method

public getCreated ( )

getCreator() public method

public getCreator ( )

getLocale() public method

public getLocale ( )

getNodeName() public method

public getNodeName ( )

getOriginalLocale() public method

public getOriginalLocale ( )

getParent() public method

public getParent ( )

getPath() public method

public getPath ( )

getPublished() public method

public getPublished ( )

getStructure() public method

public getStructure ( )

getStructureType() public method

public getStructureType ( )

getTitle() public method

public getTitle ( )

getUuid() public method

public getUuid ( )

getWorkflowStage() public method

public getWorkflowStage ( )

setLocale() public method

public setLocale ( $locale )

setOriginalLocale() public method

public setOriginalLocale ( $originalLocale )

setParent() public method

public setParent ( $parent )

setStructureType() public method

public setStructureType ( $structureType )

setTitle() public method

Set the title.
public setTitle ( $title )

setWorkflowStage() public method

public setWorkflowStage ( $workflowStage )