PHP Interface Sulu\Component\Content\Compat\PageInterface

Inheritance: extends Sulu\Component\Content\Compat\StructureInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 )

Method Details

getCacheLifeTime() public méthode

cacheLifeTime of template definition.
public getCacheLifeTime ( ) : array
Résultat array

getController() public méthode

controller which renders the template definition.
public getController ( ) : string
Résultat string

getExt() public méthode

public getExt ( ) : array
Résultat array

getInternal() public méthode

public getInternal ( ) : boolean
Résultat boolean

getInternalLinkContent() public méthode

returns content node that holds the internal link.
public getInternalLinkContent ( ) : Sulu\Component\Content\Compat\StructureInterface
Résultat Sulu\Component\Content\Compat\StructureInterface

getNavContexts() public méthode

returns true if this node is shown in navigation.
public getNavContexts ( ) : string[]
Résultat string[]

getNodeState() public méthode

returns state of node.
public getNodeState ( ) : integer
Résultat integer

getOriginTemplate() public méthode

public getOriginTemplate ( ) : string
Résultat string

getView() public méthode

twig template of template definition.
public getView ( ) : string
Résultat string

setExt() public méthode

public setExt ( $data ) : array
$data
Résultat array

setInternal() public méthode

public setInternal ( boolean $internal )
$internal boolean

setInternalLinkContent() public méthode

set content node that holds the internal link.
public setInternalLinkContent ( Sulu\Component\Content\Compat\StructureInterface $internalLinkContent )
$internalLinkContent Sulu\Component\Content\Compat\StructureInterface

setNavContexts() public méthode

public setNavContexts ( string[] $navContexts )
$navContexts string[]

setNodeState() public méthode

public setNodeState ( integer $state ) : integer
$state integer
Résultat integer

setOriginTemplate() public méthode

public setOriginTemplate ( string $originTemplate )
$originTemplate string