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-01-01 23:53:47 -03:00
..
Asset fixed various inconsistencies 2014-02-11 11:29:24 +01:00
Helper remove api tags from code 2015-09-28 19:11:22 +02:00
Loader [2.3] Static Code Analysis for Components 2015-12-31 19:24:01 +01:00
Storage remove api tags from code 2015-09-28 19:11:22 +02:00
Tests [2.3] Static Code Analysis for Components 2015-06-21 22:11:32 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Templating] added CHANGELOG 2012-04-26 20:04:28 +02:00
composer.json added the new Composer exclude-from-classmap option 2015-10-30 12:48:51 -07:00
DebuggerInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DelegatingEngine.php remove api tags from code 2015-09-28 19:11:22 +02:00
EngineInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
PhpEngine.php Fix docblocks about callables 2015-10-05 19:32:31 +02:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
StreamingEngineInterface.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
TemplateNameParser.php remove api tags from code 2015-09-28 19:11:22 +02:00
TemplateNameParserInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
TemplateReference.php remove api tags from code 2015-09-28 19:11:22 +02:00
TemplateReferenceInterface.php remove api tags from code 2015-09-28 19:11:22 +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:

$ cd path/to/Symfony/Component/Templating/
$ composer install
$ phpunit