PHP 인터페이스 Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtensionInterface

상속: extends Twig_ExtensionInterface
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getFunctions ( )
load ( string $uuid ) : array Returns resolved content for uuid.
loadParent ( string $uuid ) : array Returns resolved content for parent of given uuid.

메소드 상세

getFunctions() 공개 메소드

public getFunctions ( )

load() 공개 메소드

Returns resolved content for uuid.
public load ( string $uuid ) : array
$uuid string
리턴 array

loadParent() 공개 메소드

Returns resolved content for parent of given uuid.
public loadParent ( string $uuid ) : array
$uuid string
리턴 array