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
Fabien Potencier f71c699289 Merge branch '3.2'
* 3.2:
  updated LICENSE year
  updated LICENSE year
  updated LICENSE year
  Fixed `@return self` with `$this`
  [Yaml] add missing indicator character
2017-01-02 12:33:09 -08:00
..
Helper Merge branch '2.8' 2015-09-29 16:08:28 +02:00
Loader Merge branch '2.8' into 3.0 2016-01-03 16:35:16 +01:00
Storage remove api tags from code 2015-09-28 19:11:22 +02:00
Tests fixed obsolete getMock() usage 2016-12-19 17:00:11 +01: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 3.3 2016-11-19 12:35:20 -08:00
DelegatingEngine.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
EngineInterface.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
PhpEngine.php Merge branch '2.8' into 3.1 2016-09-06 13:02:40 +02:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
StreamingEngineInterface.php [Templating] fix logic regarding template references and many phpdocs 2013-10-01 14:37:05 +02: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 '2.3' into 2.7 2015-09-29 14:06:14 +02: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