PHP 클래스 Sulu\Bundle\ContentBundle\Document\RouteDocument

Route Documents are children of the designated route-containing node (which is a child of the webspace node). Routes contain a reference to the content which should be displayed when the route is resolved by the CustomUrlRouteProvider.
상속: implements Sulu\Component\DocumentManager\Behavior\Mapping\NodeNameBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\PathBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\UuidBehavior, implements Sulu\Component\Content\Document\Behavior\RouteBehavior, implements Sulu\Component\DocumentManager\Behavior\Audit\TimestampBehavior
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$changed DateTime
$created DateTime
$history boolean
$nodeName string
$path string
$targetDocument object
$uuid string

공개 메소드들

메소드 설명
getChanged ( )
getCreated ( )
getNodeName ( )
getPath ( )
getTargetDocument ( )
getUuid ( )
isHistory ( )
setChanged ( DateTime $changed )
setCreated ( DateTime $created )
setHistory ( $history )
setTargetDocument ( $targetDocument )

메소드 상세

getChanged() 공개 메소드

public getChanged ( )

getCreated() 공개 메소드

public getCreated ( )

getNodeName() 공개 메소드

public getNodeName ( )

getPath() 공개 메소드

public getPath ( )

getTargetDocument() 공개 메소드

public getTargetDocument ( )

getUuid() 공개 메소드

public getUuid ( )

isHistory() 공개 메소드

public isHistory ( )

setChanged() 공개 메소드

public setChanged ( DateTime $changed )
$changed DateTime

setCreated() 공개 메소드

public setCreated ( DateTime $created )
$created DateTime

setHistory() 공개 메소드

public setHistory ( $history )

setTargetDocument() 공개 메소드

public setTargetDocument ( $targetDocument )

프로퍼티 상세

$changed 보호되어 있는 프로퍼티

protected DateTime $changed
리턴 DateTime

$created 보호되어 있는 프로퍼티

protected DateTime $created
리턴 DateTime

$history 보호되어 있는 프로퍼티

protected bool $history
리턴 boolean

$nodeName 보호되어 있는 프로퍼티

protected string $nodeName
리턴 string

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$targetDocument 보호되어 있는 프로퍼티

protected object $targetDocument
리턴 object

$uuid 보호되어 있는 프로퍼티

protected string $uuid
리턴 string