Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/templating
Yannick Warnier 93566e8613 Add static resources for release 10 years ago
..
Asset
Helper
Loader
Storage
Tests
.gitignore
CHANGELOG.md
DebuggerInterface.php
DelegatingEngine.php
EngineInterface.php
LICENSE
PhpEngine.php
README.md
StreamingEngineInterface.php
TemplateNameParser.php
TemplateNameParserInterface.php
TemplateReference.php
TemplateReferenceInterface.php
composer.json
phpunit.xml.dist

README.md

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