XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
LegacyRenderTplfileObject Class Reference
Inheritance diagram for LegacyRenderTplfileObject:
XoopsSimpleObject AbstractXoopsObject

Public Member Functions

 loadSource ()
 
createClone ($tplsetName)
 
 loadOverride ($tplset)
 
- Public Member Functions inherited from XoopsSimpleObject
 setNew ()
 
 unsetNew ()
 
 isNew ()
 
 initVar ($key, $dataType, $value=null, $required=false, $size=null)
 
 assignVar ($key, $value)
 
 assignVars ($values)
 
 set ($key, $value)
 
 get ($key)
 
 gets ()
 
 setVar ($key, $value)
 
 setVars ($values)
 
 getVar ($key)
 
 getShow ($key)
 
 getTypeInformations ()
 
 getPurifiedHtml ( $key, $encoding=null, $doctype=null)
 
 getDirname ()
 

Data Fields

 $Source = null
 
 $mOverride = null
 
- Data Fields inherited from XoopsSimpleObject
 $mVars = []
 
 $mIsNew = true
 
 $mDirname = null
 

Detailed Description

Definition at line 7 of file tplfile.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Reimplemented from XoopsSimpleObject.

Definition at line 17 of file tplfile.php.

Member Function Documentation

◆ createClone()

& createClone ( $tplsetName)

Create the clone with source for the template set that is specified by $tplsetName.

Parameters
string$tplsetName
Returns
object LegacyRenderTplfileObject

Definition at line 53 of file tplfile.php.

◆ loadOverride()

loadOverride ( $tplset)

Load override template file object by $tplset that is the name of template-set specified. And, set it to mOverride.

Parameters
$tplset

Definition at line 83 of file tplfile.php.

◆ loadSource()

loadSource ( )

Definition at line 36 of file tplfile.php.

Field Documentation

◆ $mOverride

$mOverride = null

Definition at line 15 of file tplfile.php.

◆ $Source

$Source = null

@access public

Todo
mSource

Definition at line 13 of file tplfile.php.


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