W3cubDocs

/Symfony 3.0

Symfony\Bundle\TwigBundle\Loader\FilesystemLoader

class FilesystemLoader extends Twig_Loader_Filesystem

FilesystemLoader extends the default Twig filesystem loader to work with the Symfony paths and template references.

Methods

__construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser)

Constructor.

exists($name)

{@inheritdoc}

Details

public __construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser)

Constructor.

Parameters

FileLocatorInterface $locator A FileLocatorInterface instance
TemplateNameParserInterface $parser A TemplateNameParserInterface instance

public exists($name)

{@inheritdoc}

The name parameter might also be a TemplateReferenceInterface.

Parameters

$name

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