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
2016-11-19 12:35:20 -08:00
..
Helper Merge branch '2.8' 2015-09-29 16:08:28 +02:00
Loader Merge branch '2.8' into 3.0 2016-01-03 16:35:16 +01:00
Storage remove api tags from code 2015-09-28 19:11:22 +02:00
Tests Merge branch '2.8' into 3.1 2016-08-05 10:37:39 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Templating] Update changelog 2014-03-31 15:27:29 +02:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08:00
DelegatingEngine.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
EngineInterface.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
PhpEngine.php Merge branch '2.8' into 3.1 2016-09-06 13:02:40 +02:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
StreamingEngineInterface.php [Templating] fix logic regarding template references and many phpdocs 2013-10-01 14:37:05 +02:00
TemplateNameParser.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
TemplateNameParserInterface.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
TemplateReference.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
TemplateReferenceInterface.php remove api tags that are new in 2.7 2015-09-29 14:08:33 +02: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