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
2012-02-22 10:10:37 +01:00
..
Asset [Templating] reworked asset helper and packages 2011-05-31 06:46:30 -07:00
Helper removed unused use statements 2011-11-24 07:16:14 +01:00
Loader [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
Storage [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
composer.json removed the version attribute in all composer.json files 2012-01-05 14:51:20 +01:00
DebuggerInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DelegatingEngine.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
EngineInterface.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
PhpEngine.php fixed CS 2012-01-17 10:56:02 +01:00
README.md tweaked the README files 2011-12-18 14:22:28 +01:00
TemplateNameParser.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateNameParserInterface.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateReference.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateReferenceInterface.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00

Templating Component

Templating 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

Unit tests:

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Templating