Interface

TemplateParser

Package: IO\Template\parser Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2009 06 18 Located at: io/template/parser/TemplateParser.class.php

This interfaces represents a class that is able to parse a template source and transform it to a syntax that the PHP engine is able to run.

Direct known implementers
AbstractTemplateParser, TemplateSyntaxParser
Methods summary
public The
# parse( string $content )

Parses the $content string.