Interfaces
This class represents a PHPBoost template. Templates are used to generate text which have a common structure. You just have to write your text with tags at the place you want to insert values and assign values in the objet, when you will display them, the tags will be replaced by the corresponding value.
Classes
This class is a default implementation of the Template interface using a TemplateLoader, a TemplateData and a TemplateParser.
This class enables you to handle a template whose input is not a file but directly a string.