PHP Class Newscoop\NewscoopBundle\Twig\IncludeAsVerbatimExtension

Inheritance: extends Twig_Extension
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
getFunctions ( ) : array Returns a list of global functions to add to the existing list.
getName ( ) : string Returns the name of the extension.
includeAsVerbatim ( Twig_Environment $env, $location )

Method Details

getFunctions() public méthode

Returns a list of global functions to add to the existing list.
public getFunctions ( ) : array
Résultat array An array of global functions

getName() public méthode

Returns the name of the extension.
public getName ( ) : string
Résultat string The extension name

includeAsVerbatim() public méthode

public includeAsVerbatim ( Twig_Environment $env, $location )
$env Twig_Environment