XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct () | |
loadTable ( $table, $dirname=null) | |
getPrimary () | |
getDataname () | |
renderUri ( $action=null) | |
getImages () | |
getImageNumber () | |
setupImages ($isPost=true) | |
loadTag () | |
onWorkflow () | |
![]() | |
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 | |
$mChildList = [] | |
$mParentList = [] | |
$mTable = [] | |
$mTag = [] | |
$mImage = [] | |
![]() | |
$mVars = [] | |
$mIsNew = true | |
$mDirname = null | |
Protected Member Functions | |
_setupChildTables () | |
Protected Attributes | |
$_mMainTable = null | |
$_mIsLoaded = [] | |
$_mIsTagLoaded = false | |
Definition at line 18 of file AbstractObject.class.php.
__construct | ( | ) |
__construct
void |
Reimplemented from XoopsSimpleObject.
Reimplemented in Legacy_AbstractCategoryObject.
Definition at line 41 of file AbstractObject.class.php.
|
protected |
getDataname | ( | ) |
getDataname
void |
Reimplemented in Legacy_AbstractCategoryObject.
Definition at line 113 of file AbstractObject.class.php.
getImageNumber | ( | ) |
get number of image used in this table
void |
Definition at line 152 of file AbstractObject.class.php.
getImages | ( | ) |
getPrimary | ( | ) |
getPrimary
void |
Reimplemented in Legacy_AbstractCategoryObject.
Definition at line 101 of file AbstractObject.class.php.
loadTable | ( | $table, | |
$dirname = null ) |
load
string | $table | |
string | $dirname |
$table | * string ** |
$dirname | * string ** |
Definition at line 74 of file AbstractObject.class.php.
loadTag | ( | ) |
load tag array related to this page
void |
Definition at line 204 of file AbstractObject.class.php.
onWorkflow | ( | ) |
Definition at line 225 of file AbstractObject.class.php.
renderUri | ( | $action = null | ) |
renderUri
string | $action | ex) 'edit', 'delete', 'view' |
$action | * string * |
Reimplemented in Legacy_AbstractCategoryObject.
Definition at line 125 of file AbstractObject.class.php.
setupImages | ( | $isPost = true | ) |
Setup Image Objects linked to this object
bool | $isPost |
Definition at line 164 of file AbstractObject.class.php.
|
protected |
Definition at line 28 of file AbstractObject.class.php.
|
protected |
Definition at line 30 of file AbstractObject.class.php.
|
protected |
Definition at line 23 of file AbstractObject.class.php.
$mChildList = [] |
Definition at line 25 of file AbstractObject.class.php.
$mImage = [] |
Definition at line 32 of file AbstractObject.class.php.
$mParentList = [] |
Definition at line 26 of file AbstractObject.class.php.
$mTable = [] |
Definition at line 27 of file AbstractObject.class.php.
$mTag = [] |
Definition at line 31 of file AbstractObject.class.php.