PHP Class Craft\MinifyTwigExtension

Inheritance: extends Twig_Extension
Datei anzeigen Open project: nystudio107/minify

Public Methods

Method 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 method

Returns the name of the extension.
public getName ( ) : string
return string The extension name

getTokenParsers() public method

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