/runtime.inc

Description

"Block is Object" template engine

Classes
Class Description
HTML_Template_BO_Printable Object that can be printed by the template engine. Define descendant for this class and use it as a value for template variable.
HTML_Template_BO_Block Object for template block. Template engine defines descendants of this class for each block.
HTML_Template_BO_Renderer Abstract Renderer object. All Renderers inherit this class. Renderer receives block object or template data and prints html output.
HTML_Template_BO_Converter Abstract Converter object. Converter receives block object or template data, converts it and returns.
Functions
HTML_Template_BO_print (line 20)

Prints argument

mixed HTML_Template_BO_print (mixed $printable)
  • mixed $printable: PHP value or HTML_Template_BO_Printable object

Documentation generated on Thu, 03 Aug 2006 08:25:53 +0300 by phpDocumentor 1.2.3