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.
파일 보기
프로젝트 열기: sulu/sulu
보호된 프로퍼티들
공개 메소드들
메소드 상세
getTargetDocument()
공개 메소드
public setChanged ( DateTime $changed ) |
$changed |
DateTime |
|
public setCreated ( DateTime $created ) |
$created |
DateTime |
|
setTargetDocument()
공개 메소드
프로퍼티 상세
protected DateTime $changed |
리턴 |
DateTime |
|
protected DateTime $created |
리턴 |
DateTime |
|
protected string $nodeName |
리턴 |
string |
|
protected string $path |
리턴 |
string |
|
$targetDocument 보호되어 있는 프로퍼티
protected object $targetDocument |
리턴 |
object |
|
protected string $uuid |
리턴 |
string |
|