NullView Class Reference
Detailed Description
NullView is a stub class that implements all view methods.
Definition at line 20 of file NullView.php.
Inheritance diagram for NullView:Public Member Functions | |
| setValue ($name, $value) | |
| getValue ($name) | |
| getValues () | |
| clearAllValues () | |
| render ($tplFile, $cacheId=null, $display=true) | |
Static Public Member Functions | |
| static | clearCache () |
| static | isCached ($tplFile, $cacheId=null) |
| static | getTemplate ($controller, $context, $action) |
Member Function Documentation
| setValue | ( | $name, | |
| $value | |||
| ) |
| getValue | ( | $name | ) |
| getValues | ( | ) |
| clearAllValues | ( | ) |
| render | ( | $tplFile, | |
$cacheId = null, |
|||
$display = true |
|||
| ) |
|
static |
|
static |
|
static |
- See also
- View::getTemplate()
Implements View.