XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
loadSource () | |
& | createClone ($tplsetName) |
loadOverride ($tplset) | |
![]() | |
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 | |
![]() | |
$mVars = [] | |
$mIsNew = true | |
$mDirname = null | |
Definition at line 7 of file tplfile.php.
__construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 17 of file tplfile.php.
& createClone | ( | $tplsetName | ) |
Create the clone with source for the template set that is specified by $tplsetName.
string | $tplsetName |
Definition at line 53 of file tplfile.php.
loadOverride | ( | $tplset | ) |
Load override template file object by $tplset that is the name of template-set specified. And, set it to mOverride.
$tplset |
Definition at line 83 of file tplfile.php.
loadSource | ( | ) |
Definition at line 36 of file tplfile.php.
$mOverride = null |
Definition at line 15 of file tplfile.php.
$Source = null |