XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
setNew () | |
unsetNew () | |
isNew () | |
initVar ($key, $data_type, $default, $required, $size) | |
assignVars ($values) | |
set ($key, $value) | |
get ($key) | |
getShow ($key) | |
#- Interface for all objects in the Xoops kernel.
Definition at line 34 of file object.php.
assignVars | ( | $values | ) |
You should use this method to initilize object's properties. This method may not trigger setDirty().
array | $values |
Reimplemented in XoopsObject, and XoopsSimpleObject.
Definition at line 60 of file object.php.
get | ( | $key | ) |
Definition at line 74 of file object.php.
getShow | ( | $key | ) |
Return html string for template. You can call get() method to get pure value.
$key |
Reimplemented in XoopsObject, and XoopsSimpleObject.
Definition at line 83 of file object.php.
initVar | ( | $key, | |
$data_type, | |||
$default, | |||
$required, | |||
$size ) |
Definition at line 51 of file object.php.
isNew | ( | ) |
Reimplemented in XoopsObject, and XoopsSimpleObject.
Definition at line 47 of file object.php.
set | ( | $key, | |
$value ) |
You should use this method to change object's properties. This method may trigger setDirty().
$key | |
$value |
Reimplemented in MessageInboxObject, XoopsObject, and XoopsSimpleObject.
Definition at line 70 of file object.php.
setNew | ( | ) |
Reimplemented in XoopsObject.
Definition at line 36 of file object.php.
unsetNew | ( | ) |
Definition at line 40 of file object.php.