Loads templates from other loaders.
@package twig @author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Twig_Loader_Chain
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_Loader_Chain:: |
protected | property | ||
Twig_Loader_Chain:: |
public | function | Adds a loader instance. | |
Twig_Loader_Chain:: |
public | function |
Gets the cache key to use for the cache for a given template name. Overrides Twig_LoaderInterface:: |
|
Twig_Loader_Chain:: |
public | function |
Gets the source code of a template, given its name. Overrides Twig_LoaderInterface:: |
|
Twig_Loader_Chain:: |
public | function |
Returns true if the template is still fresh. Overrides Twig_LoaderInterface:: |
|
Twig_Loader_Chain:: |
public | function | Constructor. |