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-11-08 10:51:48 +01:00
..
Asset Nsdocblocks 2012-10-20 09:10:30 +02:00
Helper Nsdocblocks 2012-10-20 09:10:30 +02:00
Loader fixed CS 2012-07-09 14:54:20 +02:00
Storage [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
Tests fixed CS 2012-07-09 14:54:20 +02:00
.gitattributes Fix export-ignore on Windows 2012-11-08 10:51:48 +01:00
CHANGELOG.md [Templating] added CHANGELOG 2012-04-26 20:04:28 +02:00
composer.json Add minimum-stability (dev) in each component 2012-08-22 15:48:41 +02:00
DebuggerInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DelegatingEngine.php moved EngineInterface::stream() to a new StreamingEngineInterface to keep BC with 2.0 2011-12-31 08:11:20 +01:00
EngineInterface.php fixed CS 2012-07-09 14:54:20 +02:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
PhpEngine.php Caching variables for the PHP templating engine 2012-08-03 11:28:29 +03:00
phpunit.xml.dist [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
README.md [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
StreamingEngineInterface.php fixed CS 2012-07-09 14:54:20 +02:00
TemplateNameParser.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateNameParserInterface.php fixed CS 2012-07-09 14:54:20 +02:00
TemplateReference.php fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
TemplateReferenceInterface.php fixed CS 2012-07-09 14:54:20 +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

You can run the unit tests with the following command:

phpunit