Package IO\Template\renderer

Package IO\Template\renderer

Classes summary
DefaultTemplateRenderer

This template renderer is able to deal with both loader which cache and don't cache. When the loader supports caching, it includes the cached file to use APC's optimization, but if it doesn't support it, it simply evals the template code.

Interfaces summary
TemplateRenderer

Represents a template renderer as its names shows. Its able to get the result of the template interpration from a TemplateLoader which gives it the template source and a TemplateData which contains the data to assign in the template.