|
wCMF
3.6
|
Public Member Functions | |
| trigger_error ($error_msg, $error_type=E_USER_WARNING) | |
| setup () | |
| clearAllCache () | |
| clearCache ($tplFile=null, $cacheId=null) | |
| isCached ($tplFile, $cacheId=null) | |
| assign ($tpl_var, $value=null) | |
| assign_by_ref ($tpl_var, &$value) | |
| display ($resource_name, $cache_id=null, $compile_id=null) | |
| fetch ($resource_name, $cache_id=null, $compile_id=null, $display=false) | |
| & | get_template_vars ($name=null) |
| clear_all_assign () | |
NullView is a stub class that implements all view methods.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 27 of file class.NullView.php.
| NullView::trigger_error | ( | $error_msg, | |
$error_type = E_USER_WARNING |
|||
| ) |
Definition at line 29 of file class.NullView.php.
References WCMFException\throwEx().
Here is the call graph for this function:| NullView::setup | ( | ) |
Definition at line 34 of file class.NullView.php.
| NullView::clearAllCache | ( | ) |
Definition at line 36 of file class.NullView.php.
| NullView::clearCache | ( | $tplFile = null, |
|
$cacheId = null |
|||
| ) |
Definition at line 40 of file class.NullView.php.
| NullView::isCached | ( | $tplFile, | |
$cacheId = null |
|||
| ) |
Definition at line 44 of file class.NullView.php.
| NullView::assign | ( | $tpl_var, | |
$value = null |
|||
| ) |
Definition at line 49 of file class.NullView.php.
| NullView::assign_by_ref | ( | $tpl_var, | |
| & | $value | ||
| ) |
Definition at line 50 of file class.NullView.php.
| NullView::display | ( | $resource_name, | |
$cache_id = null, |
|||
$compile_id = null |
|||
| ) |
Definition at line 51 of file class.NullView.php.
| NullView::fetch | ( | $resource_name, | |
$cache_id = null, |
|||
$compile_id = null, |
|||
$display = false |
|||
| ) |
Definition at line 52 of file class.NullView.php.
| & NullView::get_template_vars | ( | $name = null | ) |
Definition at line 53 of file class.NullView.php.
| NullView::clear_all_assign | ( | ) |
Definition at line 54 of file class.NullView.php.