PEEL Shopping
Open source ecommerce : PEEL Shopping
Extension.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of Twig.
5  *
6  * (c) 2009 Fabien Potencier
7  *
8  * For the full copyright and license information, please view the LICENSE
9  * file that was distributed with this source code.
10  */
11 abstract class Twig_Extension implements Twig_ExtensionInterface
12 {
20  public function initRuntime(Twig_Environment $environment)
21  {
22  }
23 
29  public function getTokenParsers()
30  {
31  return array();
32  }
33 
39  public function getNodeVisitors()
40  {
41  return array();
42  }
43 
49  public function getFilters()
50  {
51  return array();
52  }
53 
59  public function getTests()
60  {
61  return array();
62  }
63 
69  public function getFunctions()
70  {
71  return array();
72  }
73 
79  public function getOperators()
80  {
81  return array();
82  }
83 
89  public function getGlobals()
90  {
91  return array();
92  }
93 }
getGlobals()
Returns a list of global variables to add to the existing list.
Definition: Extension.php:89
getTests()
Returns a list of tests to add to the existing list.
Definition: Extension.php:59
getFilters()
Returns a list of filters to add to the existing list.
Definition: Extension.php:49
getTokenParsers()
Returns the token parser instances to add to the existing list.
Definition: Extension.php:29
getFunctions()
Returns a list of functions to add to the existing list.
Definition: Extension.php:69
Interface implemented by extension classes.
getOperators()
Returns a list of operators to add to the existing list.
Definition: Extension.php:79
Stores the Twig configuration.
Definition: Environment.php:17
getNodeVisitors()
Returns the node visitor instances to add to the existing list.
Definition: Extension.php:39
initRuntime(Twig_Environment $environment)
Initializes the runtime environment.
Definition: Extension.php:20

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:18 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.