PHP Interface Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtensionInterface

Inheritance: extends Twig_ExtensionInterface
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
getFunctions ( )
load ( string $uuid ) : array Returns resolved content for uuid.
loadParent ( string $uuid ) : array Returns resolved content for parent of given uuid.

Method Details

getFunctions() public méthode

public getFunctions ( )

load() public méthode

Returns resolved content for uuid.
public load ( string $uuid ) : array
$uuid string
Résultat array

loadParent() public méthode

Returns resolved content for parent of given uuid.
public loadParent ( string $uuid ) : array
$uuid string
Résultat array