PHP Class 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.
Inheritance: 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
ファイルを表示 Open project: sulu/sulu

Protected Properties

Property Type Description
$changed DateTime
$created DateTime
$history boolean
$nodeName string
$path string
$targetDocument object
$uuid string

Public Methods

Method Description
getChanged ( )
getCreated ( )
getNodeName ( )
getPath ( )
getTargetDocument ( )
getUuid ( )
isHistory ( )
setChanged ( DateTime $changed )
setCreated ( DateTime $created )
setHistory ( $history )
setTargetDocument ( $targetDocument )

Method Details

getChanged() public method

public getChanged ( )

getCreated() public method

public getCreated ( )

getNodeName() public method

public getNodeName ( )

getPath() public method

public getPath ( )

getTargetDocument() public method

public getTargetDocument ( )

getUuid() public method

public getUuid ( )

isHistory() public method

public isHistory ( )

setChanged() public method

public setChanged ( DateTime $changed )
$changed DateTime

setCreated() public method

public setCreated ( DateTime $created )
$created DateTime

setHistory() public method

public setHistory ( $history )

setTargetDocument() public method

public setTargetDocument ( $targetDocument )

Property Details

$changed protected_oe property

protected DateTime $changed
return DateTime

$created protected_oe property

protected DateTime $created
return DateTime

$history protected_oe property

protected bool $history
return boolean

$nodeName protected_oe property

protected string $nodeName
return string

$path protected_oe property

protected string $path
return string

$targetDocument protected_oe property

protected object $targetDocument
return object

$uuid protected_oe property

protected string $uuid
return string