PHP Class Craft\MinifyTwigExtension

Inheritance: extends Twig_Extension
Afficher le fichier Open project: nystudio107/minify

Méthodes publiques

Méthode Description
getName ( ) : string Returns the name of the extension.
getTokenParsers ( ) : array Returns the token parser instances to add to the existing list.

Method Details

getName() public méthode

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

getTokenParsers() public méthode

Returns the token parser instances to add to the existing list.
public getTokenParsers ( ) : array
Résultat array An array of Twig_TokenParserInterface or Twig_TokenParserBrokerInterface instances