
Definition at line 29 of file class.Block.php.
Public Member Functions | |
| Block ($type='code', $title='') | |
| to_html ($indent, $class) | |
| line_to_html ($line, $indent) | |
| to_xml ($indent) | |
| line_to_xml ($line, $indent) | |
Public Attributes | |
| $block_type | |
| $block_title | |
| Block::Block | ( | $ | type = 'code', |
|
| $ | title = '' | |||
| ) |
| Block::to_html | ( | $ | indent, | |
| $ | class | |||
| ) |
| Block::line_to_html | ( | $ | line, | |
| $ | indent | |||
| ) |
| Block::to_xml | ( | $ | indent | ) |
Reimplemented from Tpl.
Definition at line 60 of file class.Block.php.
References Tpl::$type, and Tpl::to_xml().
| Block::line_to_xml | ( | $ | line, | |
| $ | indent | |||
| ) |
| Block::$block_type |
Definition at line 31 of file class.Block.php.
| Block::$block_title |
Definition at line 32 of file class.Block.php.
1.5.2