View.php
static clearCache($tplFile=null, $cacheId=null)
Clear the cache.
render($tplFile, $cacheId=null, $cacheLifetime=null, $display=true)
Render the given template.
static isCached($tplFile, $cacheId=null)
Check if a view is cached.
static getTemplate($controller, $context, $action)
Get the template filename for the view from the configfile for the given action key.
View defines the interface for all view implementations.
Definition: View.php:18
static getCacheDate($tplFile, $cacheId=null)
Get the date of the cache entry, if the view is cached.