NullView is a stub class that implements all view methods.
- Author
- ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m
Definition at line 20 of file NullView.php.
◆ setValue()
| setValue |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
◆ getValue()
◆ getValues()
◆ clearAllValues()
◆ render()
| render |
( |
|
$tplFile, |
|
|
|
$cacheId = null, |
|
|
|
$cacheLifetime = null, |
|
|
|
$display = true |
|
) |
| |
◆ clearCache()
| static clearCache |
( |
|
$tplFile = null, |
|
|
|
$cacheId = null |
|
) |
| |
|
static |
◆ isCached()
| static isCached |
( |
|
$tplFile, |
|
|
|
$cacheId = null |
|
) |
| |
|
static |
◆ getCacheDate()
| static getCacheDate |
( |
|
$tplFile, |
|
|
|
$cacheId = null |
|
) |
| |
|
static |
◆ getTemplate()
| static getTemplate |
( |
|
$controller, |
|
|
|
$context, |
|
|
|
$action |
|
) |
| |
|
static |