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
2014-02-11 11:29:24 +01:00
..
Asset fixed various inconsistencies 2014-02-11 11:29:24 +01:00
Helper Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
Loader Fix in ChainLoader.php 2013-10-10 17:51:38 +02:00
Storage [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
Tests fixed various inconsistencies 2014-02-11 11:29:24 +01: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 updated the branch alias in composer files 2013-01-31 22:39:01 +01:00
DebuggerInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DelegatingEngine.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
EngineInterface.php fixed CS 2012-07-09 14:54:20 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
PhpEngine.php Merge branch '2.1' into 2.2 2013-04-17 07:27:14 +02:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
StreamingEngineInterface.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
TemplateNameParser.php removed unneeded use statements 2014-01-01 08:52:14 +01: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:

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