class Twig_Loader_Chain

Loads templates from other loaders.

@package twig @author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_Loader_Chain

File

drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php, line 18

View source

Members

Namesort descending Modifiers Type Description Overrides
Twig_Loader_Chain::$loaders protected property
Twig_Loader_Chain::addLoader public function Adds a loader instance.
Twig_Loader_Chain::getCacheKey public function Gets the cache key to use for the cache for a given template name. Overrides Twig_LoaderInterface::getCacheKey
Twig_Loader_Chain::getSource public function Gets the source code of a template, given its name. Overrides Twig_LoaderInterface::getSource
Twig_Loader_Chain::isFresh public function Returns true if the template is still fresh. Overrides Twig_LoaderInterface::isFresh
Twig_Loader_Chain::__construct public function Constructor.