|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
The sub-class for Legacy_RenderSystem. More...
Public Member Functions | |
| __construct () | |
| assign ($tpl_var, $value=null) | |
| assign_by_ref ($tpl_var, &$value) | |
| & | get_template_vars ($name=null) |
Public Member Functions inherited from XoopsTpl | |
| XoopsTpl () | |
| xoops_setTemplateDir (string $dirname) | |
| xoops_getTemplateDir () | |
| xoops_setDebugging ($flag=false) | |
| xoops_setCaching ($num=0) | |
| xoops_setCacheTime ($num=0) | |
| xoops_setCompileDir ($dirname) | |
| xoops_setCacheDir ($dirname) | |
| xoops_fetchFromData (&$data) | |
| xoops_canUpdateFromFile () | |
| & | fetchBlock ($template, $bid) |
| isBlockCached ($template, $bid) | |
| isModuleCached ($templateName, $dirname) | |
| fetchModule ($templateName, $dirname) | |
| getModuleCachedTemplateId ($dirname) | |
| fetchDebugConsole () | |
Data Fields | |
| $_mContextReserve = ['xoops_pagetitle' => 'legacy_pagetitle'] | |
Data Fields inherited from XoopsTpl | |
| $_canUpdateFromFile = false | |
The sub-class for Legacy_RenderSystem.
Because XoopsTpl class may be used without Cube's boot, this is declared.
Definition at line 29 of file Legacy_RenderSystem.class.php.
| __construct | ( | ) |
Constructor
Reimplemented from XoopsTpl.
Definition at line 39 of file Legacy_RenderSystem.class.php.
| assign | ( | $tpl_var, | |
| $value = null ) |
Definition at line 45 of file Legacy_RenderSystem.class.php.
| assign_by_ref | ( | $tpl_var, | |
| & | $value ) |
Definition at line 70 of file Legacy_RenderSystem.class.php.
| & get_template_vars | ( | $name = null | ) |
Definition at line 81 of file Legacy_RenderSystem.class.php.
| $_mContextReserve = ['xoops_pagetitle' => 'legacy_pagetitle'] |
If variables having the following key are assigned, converts value with htmlspecialchars_decode, and set it to the context for compatibility.
Definition at line 36 of file Legacy_RenderSystem.class.php.