XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_XoopsTpl Class Reference

The sub-class for Legacy_RenderSystem. More...

Inheritance diagram for Legacy_XoopsTpl:
XoopsTpl

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Constructor

Reimplemented from XoopsTpl.

Definition at line 39 of file Legacy_RenderSystem.class.php.

Member Function Documentation

◆ assign()

assign ( $tpl_var,
$value = null )

Definition at line 45 of file Legacy_RenderSystem.class.php.

◆ assign_by_ref()

assign_by_ref ( $tpl_var,
& $value )

Definition at line 70 of file Legacy_RenderSystem.class.php.

◆ get_template_vars()

& get_template_vars ( $name = null)

Definition at line 81 of file Legacy_RenderSystem.class.php.

Field Documentation

◆ $_mContextReserve

$_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.


The documentation for this class was generated from the following file: