
Public Member Functions | |
| setTemplate ($template) | |
| setPartial ($partial, $target) | |
| unsetPartial ($partial) | |
| render () | |
Protected Member Functions | |
| parse ($file) | |
| load ($source, $target) | |
Protected Attributes | |
| $document | |
| $template | |
| $partials | |
Definition at line 23 of file HTML.php.
| Panda_View_HTML::setTemplate | ( | $ | template | ) |
| Panda_View_HTML::setPartial | ( | $ | partial, | |
| $ | target | |||
| ) |
| Panda_View_HTML::unsetPartial | ( | $ | partial | ) |
| Panda_View_HTML::parse | ( | $ | file | ) | [protected] |
| Panda_View_HTML::load | ( | $ | source, | |
| $ | target | |||
| ) | [protected] |
| Panda_View_HTML::render | ( | ) |
Renders the HTML document
Implements Panda_View_Interface.
Definition at line 130 of file HTML.php.
References load(), Panda_View_Abstract::output(), and parse().
Panda_View_HTML::$template [protected] |
1.5.4