XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
LegacyNewblocksObject () | |
loadModule () | |
loadGroup () | |
loadBmodule () | |
loadColumn () | |
loadCachetime () | |
![]() | |
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 | |
$mModule = null | |
$mGroup = [] | |
$mBmodule = [] | |
$mColumn = null | |
$mCachetime = null | |
![]() | |
$mVars = [] | |
$mIsNew = true | |
$mDirname = null | |
Definition at line 15 of file newblocks.php.
__construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 36 of file newblocks.php.
Definition at line 31 of file newblocks.php.
loadBmodule | ( | ) |
Definition at line 93 of file newblocks.php.
loadCachetime | ( | ) |
Definition at line 107 of file newblocks.php.
loadColumn | ( | ) |
Definition at line 101 of file newblocks.php.
loadGroup | ( | ) |
Load group objects who can access this object. And, set the objects to mGroup.
TODO Need lock double loading.
Definition at line 77 of file newblocks.php.
loadModule | ( | ) |
Definition at line 66 of file newblocks.php.
$mBmodule = [] |
Definition at line 25 of file newblocks.php.
$mCachetime = null |
Definition at line 29 of file newblocks.php.
$mColumn = null |
Definition at line 27 of file newblocks.php.
$mGroup = [] |
Array of group objects who can access this object. It need lazy loading to access.
Definition at line 23 of file newblocks.php.
$mModule = null |
Definition at line 17 of file newblocks.php.