![]() |
PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Interface all loaders must implement. More...
Public Member Functions | |
| getSource ($name) | |
| Gets the source code of a template, given its name. More... | |
| getCacheKey ($name) | |
| Gets the cache key to use for the cache for a given template name. More... | |
| isFresh ($name, $time) | |
| Returns true if the template is still fresh. More... | |
Interface all loaders must implement.
Definition at line 17 of file LoaderInterface.php.
| getCacheKey | ( | $name | ) |
Gets the cache key to use for the cache for a given template name.
| string | $name | The name of the template to load |
| Twig_Error_Loader | When $name is not found |
Implemented in Twig_Loader_Filesystem, Twig_Loader_Chain, Twig_Loader_Array, and Twig_Loader_String.
| getSource | ( | $name | ) |
Gets the source code of a template, given its name.
| string | $name | The name of the template to load |
| Twig_Error_Loader | When $name is not found |
Implemented in Twig_Loader_Filesystem, Twig_Loader_Array, Twig_Loader_Chain, and Twig_Loader_String.
| isFresh | ( | $name, | |
| $time | |||
| ) |
Returns true if the template is still fresh.
| string | $name | The template name |
| timestamp | $time | The last modification time of the cached template |
| Twig_Error_Loader | When $name is not found |
Implemented in Twig_Loader_Filesystem, Twig_Loader_Chain, Twig_Loader_Array, and Twig_Loader_String.
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.