PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Public Member Functions | |
__construct ($defaultStrategy= 'html') | |
getTokenParsers () | |
Returns the token parser instances to add to the existing list. More... | |
getNodeVisitors () | |
Returns the node visitor instances to add to the existing list. More... | |
getFilters () | |
Returns a list of filters to add to the existing list. More... | |
setDefaultStrategy ($defaultStrategy) | |
Sets the default strategy to use when not defined by the user. More... | |
getDefaultStrategy ($filename) | |
Gets the default strategy to use when not defined by the user. More... | |
getName () | |
Returns the name of the extension. More... | |
Public Member Functions inherited from Twig_Extension | |
initRuntime (Twig_Environment $environment) | |
Initializes the runtime environment. More... | |
getTokenParsers () | |
Returns the token parser instances to add to the existing list. More... | |
getNodeVisitors () | |
Returns the node visitor instances to add to the existing list. More... | |
getFilters () | |
Returns a list of filters to add to the existing list. More... | |
getTests () | |
Returns a list of tests to add to the existing list. More... | |
getFunctions () | |
Returns a list of functions to add to the existing list. More... | |
getOperators () | |
Returns a list of operators to add to the existing list. More... | |
getGlobals () | |
Returns a list of global variables to add to the existing list. More... | |
Protected Attributes | |
$defaultStrategy | |
Definition at line 11 of file Escaper.php.
__construct | ( | $defaultStrategy = 'html' | ) |
Definition at line 15 of file Escaper.php.
getDefaultStrategy | ( | $filename | ) |
Gets the default strategy to use when not defined by the user.
string | $filename | The template "filename" |
Definition at line 77 of file Escaper.php.
getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 45 of file Escaper.php.
getName | ( | ) |
Returns the name of the extension.
Implements Twig_ExtensionInterface.
Definition at line 93 of file Escaper.php.
getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 35 of file Escaper.php.
getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 25 of file Escaper.php.
setDefaultStrategy | ( | $defaultStrategy | ) |
Sets the default strategy to use when not defined by the user.
The strategy can be a valid PHP callback that takes the template "filename" as an argument and returns the strategy to use.
mixed | $defaultStrategy | An escaping strategy |
Definition at line 60 of file Escaper.php.
|
protected |
Definition at line 13 of file Escaper.php.
This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:44 - is a product of SAS. All rights reserved.