Property | Type | Description | |
---|---|---|---|
$baseDomain | string | ||
$canonical | boolean | ||
$changed | DateTime | ||
$changer | integer | ||
$created | DateTime | ||
$creator | integer | ||
$domainParts | array | ||
$locale | string | ||
$noFollow | boolean | ||
$noIndex | boolean | ||
$nodeName | string | ||
$originalLocale | string | ||
$parent | PHPCR\NodeInterface | ||
$path | string | ||
$published | boolean | ||
$redirect | boolean | ||
$routes | |||
$targetDocument | |||
$targetLocale | string | ||
$title | string | ||
$uuid | string |
Method | Description | |
---|---|---|
__construct ( ) | ||
addRoute ( $route, |
||
getBaseDomain ( ) | ||
getChanged ( ) | ||
getChanger ( ) | ||
getCreated ( ) | ||
getCreator ( ) | ||
getDomainParts ( ) | ||
getLocale ( ) | ||
getNodeName ( ) | ||
getOriginalLocale ( ) | ||
getParent ( ) | ||
getPath ( ) | ||
getRoutes ( ) | ||
getTargetDocument ( ) | ||
getTargetLocale ( ) | ||
getTitle ( ) | ||
getUuid ( ) | ||
isCanonical ( ) | ||
isNoFollow ( ) | ||
isNoIndex ( ) | ||
isPublished ( ) | ||
isRedirect ( ) | ||
setBaseDomain ( string $baseDomain ) | Set base domain. | |
setCanonical ( boolean $canonical ) | Set canonical. | |
setDomainParts ( array $domainParts ) | Set domain parts. | |
setLocale ( $locale ) | ||
setNoFollow ( boolean $noFollow ) | ||
setNoIndex ( boolean $noIndex ) | ||
setOriginalLocale ( $originalLocale ) | ||
setParent ( $parent ) | ||
setPublished ( boolean $published ) | Set published state. | |
setRedirect ( boolean $redirect ) | Set redirect. | |
setRoutes ( array $routes ) | ||
setTargetDocument ( $targetDocument ) | ||
setTargetLocale ( string $targetLocale ) | Set target locale. | |
setTitle ( string $title ) | Set title. |
public addRoute ( $route, |
||
$routeDocument |
public setBaseDomain ( string $baseDomain ) | ||
$baseDomain | string |
public setCanonical ( boolean $canonical ) | ||
$canonical | boolean |
public setDomainParts ( array $domainParts ) | ||
$domainParts | array |
public setPublished ( boolean $published ) | ||
$published | boolean |
public setRedirect ( boolean $redirect ) | ||
$redirect | boolean |
public setTargetLocale ( string $targetLocale ) | ||
$targetLocale | string |
protected RouteDocument,Sulu\Component\CustomUrl\Document $routes | ||
return |
protected PageDocument,Sulu\Bundle\ContentBundle\Document $targetDocument | ||
return |