PHP 인터페이스 Sulu\Component\Content\Compat\PageInterface

상속: extends Sulu\Component\Content\Compat\StructureInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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 )

메소드 상세

getCacheLifeTime() 공개 메소드

cacheLifeTime of template definition.
public getCacheLifeTime ( ) : array
리턴 array

getController() 공개 메소드

controller which renders the template definition.
public getController ( ) : string
리턴 string

getExt() 공개 메소드

public getExt ( ) : array
리턴 array

getInternal() 공개 메소드

public getInternal ( ) : boolean
리턴 boolean

getInternalLinkContent() 공개 메소드

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

getNavContexts() 공개 메소드

returns true if this node is shown in navigation.
public getNavContexts ( ) : string[]
리턴 string[]

getNodeState() 공개 메소드

returns state of node.
public getNodeState ( ) : integer
리턴 integer

getOriginTemplate() 공개 메소드

public getOriginTemplate ( ) : string
리턴 string

getView() 공개 메소드

twig template of template definition.
public getView ( ) : string
리턴 string

setExt() 공개 메소드

public setExt ( $data ) : array
$data
리턴 array

setInternal() 공개 메소드

public setInternal ( boolean $internal )
$internal boolean

setInternalLinkContent() 공개 메소드

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

setNavContexts() 공개 메소드

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

setNodeState() 공개 메소드

public setNodeState ( integer $state ) : integer
$state integer
리턴 integer

setOriginTemplate() 공개 메소드

public setOriginTemplate ( string $originTemplate )
$originTemplate string