This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Templating
2017-06-01 13:44:56 -07:00
..
Asset
Helper
Loader Merge branch '2.3' into 2.7 2016-01-03 16:32:00 +01:00
Storage
Tests Further refactorings to PHPUnit namespaces 2017-02-21 09:32:25 +01:00
.gitignore
CHANGELOG.md
composer.json
DebuggerInterface.php
DelegatingEngine.php
EngineInterface.php
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
PhpEngine.php Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
StreamingEngineInterface.php
TemplateNameParser.php
TemplateNameParserInterface.php
TemplateReference.php
TemplateReferenceInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00

Templating Component

The Templating component provides all the tools needed to build any kind of template system.

It provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts.

Resources