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
2017-05-18 14:57:29 +02: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 Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +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 bumped minimum version to PHP 7.1 2017-05-18 14:57:29 +02: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 [2.8] Fix issues reported by static analyse 2017-02-28 15:08:20 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02: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