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
Nicolas Grekas c62032a730 Merge branch '4.3' into 4.4
* 4.3:
  Use willReturn() instead of will(returnValue()).
2019-05-30 18:10:19 +02:00
..
Helper switched array() to [] 2019-01-16 10:39:14 +01:00
Loader Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Storage Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Tests Merge branch '4.2' into 4.3 2019-05-30 18:10:05 +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 4.4 2019-05-09 09:23:25 +02:00
DelegatingEngine.php switched array() to [] 2019-01-16 10:39:14 +01:00
EngineInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
PhpEngine.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
StreamingEngineInterface.php switched array() to [] 2019-01-16 10:39:14 +01: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 '3.4' into 4.2 2019-02-23 16:17:42 +01:00
TemplateReferenceInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01: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