XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
Legacy_AbstractCategoryObject () | |
__construct () | |
getPrimary () | |
getDataname () | |
getDepth () | |
checkPermitByUid (string $action, int $uid=0, string $module='') | |
checkPermitByGroupid ( $action, $groupid=0, $module='') | |
renderUri ($action=null) | |
![]() | |
loadTable ( $table, $dirname=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 | |
const | PRIMARY = 'cat_id' |
const | DATANAME = 'cat' |
$mChildren = [] | |
![]() | |
$mChildList = [] | |
$mParentList = [] | |
$mTable = [] | |
$mTag = [] | |
$mImage = [] | |
![]() | |
$mVars = [] | |
$mIsNew = true | |
$mDirname = null | |
Additional Inherited Members | |
![]() | |
_setupChildTables () | |
![]() | |
$_mMainTable = null | |
$_mIsLoaded = [] | |
$_mIsTagLoaded = false | |
Definition at line 19 of file AbstractCategoryObject.class.php.
__construct | ( | ) |
__construct
void |
Reimplemented from Legacy_AbstractObject.
Definition at line 30 of file AbstractCategoryObject.class.php.
|
abstract |
checkPermitByGroupid
@params string $action @params int $groupid @params string $module
$action | ||
int | $groupid | |
string | $module |
$action | * string ** |
$groupid | * int ** |
$module | * string ** |
|
abstract |
checkPermitByUid
string | $action | |
int | $uid | |
string | $module |
getDataname | ( | ) |
getDataname
void |
Reimplemented from Legacy_AbstractObject.
Definition at line 60 of file AbstractCategoryObject.class.php.
|
abstract |
getDepth
@params string $module
getPrimary | ( | ) |
getPrimary
void |
Reimplemented from Legacy_AbstractObject.
Definition at line 48 of file AbstractCategoryObject.class.php.
Definition at line 25 of file AbstractCategoryObject.class.php.
renderUri | ( | $action = null | ) |
renderUri
string | $action |
Reimplemented from Legacy_AbstractObject.
Definition at line 105 of file AbstractCategoryObject.class.php.
$mChildren = [] |
Definition at line 23 of file AbstractCategoryObject.class.php.
const DATANAME = 'cat' |
Definition at line 22 of file AbstractCategoryObject.class.php.
const PRIMARY = 'cat_id' |
Definition at line 21 of file AbstractCategoryObject.class.php.