Method | Description | |
---|---|---|
getCacheLifeTime ( ) : array | cacheLifeTime of template definition. | |
getController ( ) : string | controller which renders the template definition. | |
getExt ( ) : array | ||
getInternal ( ) : boolean | ||
getInternalLinkContent ( ) : Sulu\Component\Content\Compat\StructureInterface | returns content node that holds the internal link. | |
getNavContexts ( ) : string[] | returns true if this node is shown in navigation. | |
getNodeState ( ) : integer | returns state of node. | |
getOriginTemplate ( ) : string | ||
getView ( ) : string | twig template of template definition. | |
setExt ( $data ) : array | ||
setInternal ( boolean $internal ) | ||
setInternalLinkContent ( Sulu\Component\Content\Compat\StructureInterface $internalLinkContent ) | set content node that holds the internal link. | |
setNavContexts ( string[] $navContexts ) | ||
setNodeState ( integer $state ) : integer | ||
setOriginTemplate ( string $originTemplate ) |
public getCacheLifeTime ( ) : array | ||
return | array |
public getController ( ) : string | ||
return | string |
public getInternalLinkContent ( ) : Sulu\Component\Content\Compat\StructureInterface | ||
return | Sulu\Component\Content\Compat\StructureInterface |
public getNodeState ( ) : integer | ||
return | integer |
public setInternalLinkContent ( Sulu\Component\Content\Compat\StructureInterface $internalLinkContent ) | ||
$internalLinkContent | Sulu\Component\Content\Compat\StructureInterface |
public setNodeState ( integer $state ) : integer | ||
$state | integer | |
return | integer |
public setOriginTemplate ( string $originTemplate ) | ||
$originTemplate | string |