Class HTML_Template_BO_Block

Description

Object for template block. Template engine defines descendants of this class for each block.

  • access: public

Located in /runtime.inc (line 48)

HTML_Template_BO_Printable
   |
   --HTML_Template_BO_Block
Variable Summary
mixed $c
mixed $n
Method Summary
HTML_Template_BO_Block HTML_Template_BO_Block (mixed $c, mixed $n, [mixed $recursive = false])
void printb (array $l)
void printbToString (array $v)
void print_ ()
Variables
mixed $c (line 50)
mixed $n (line 51)
Methods
Constructor HTML_Template_BO_Block (line 53)
HTML_Template_BO_Block HTML_Template_BO_Block (mixed $c, mixed $n, [mixed $recursive = false])
printb (line 76)

Prints block

  • access: public
void printb (array $l)
  • array $l: template variables, array index is variable's name, value is variable's value
printbToString (line 83)

Converts block to string

  • access: public
void printbToString (array $v)
  • array $v: template variables, array index is variable's name, value is variable's value
print_ (line 66)

Prints block with empty variables set

  • access: public
void print_ ()

Redefinition of:
HTML_Template_BO_Printable::print_()
Prints object's contents

Inherited Methods

Inherited From HTML_Template_BO_Printable

HTML_Template_BO_Printable::print_()

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