TemplateIterator

class TemplateIterator implements IteratorAggregate

Iterator for all templates in bundles and in the application Resources directory.

Methods

__construct(KernelInterface $kernel, string $rootDir, array $paths = array())
getIterator()

{@inheritdoc}

Details

__construct(KernelInterface $kernel, string $rootDir, array $paths = array())

Parameters

KernelInterface $kernel A KernelInterface instance
string $rootDir The directory where global templates can be stored
array $paths Additional Twig paths to warm

getIterator()

{@inheritdoc}

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Bundle/TwigBundle/TemplateIterator.html