PHP 클래스 Sulu\Bundle\SnippetBundle\Document\SnippetDocument

상속: 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
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getChanged() 공개 메소드

public getChanged ( )

getChanger() 공개 메소드

public getChanger ( )

getCreated() 공개 메소드

public getCreated ( )

getCreator() 공개 메소드

public getCreator ( )

getLocale() 공개 메소드

public getLocale ( )

getNodeName() 공개 메소드

public getNodeName ( )

getOriginalLocale() 공개 메소드

public getOriginalLocale ( )

getParent() 공개 메소드

public getParent ( )

getPath() 공개 메소드

public getPath ( )

getPublished() 공개 메소드

public getPublished ( )

getStructure() 공개 메소드

public getStructure ( )

getStructureType() 공개 메소드

public getStructureType ( )

getTitle() 공개 메소드

public getTitle ( )

getUuid() 공개 메소드

public getUuid ( )

getWorkflowStage() 공개 메소드

public getWorkflowStage ( )

setLocale() 공개 메소드

public setLocale ( $locale )

setOriginalLocale() 공개 메소드

public setOriginalLocale ( $originalLocale )

setParent() 공개 메소드

public setParent ( $parent )

setStructureType() 공개 메소드

public setStructureType ( $structureType )

setTitle() 공개 메소드

Set the title.
public setTitle ( $title )

setWorkflowStage() 공개 메소드

public setWorkflowStage ( $workflowStage )