XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
setVar ($key, $value) | |
set ($key, $value) | |
![]() | |
setNew () | |
unsetNew () | |
isNew () | |
initVar ($key, $dataType, $value=null, $required=false, $size=null) | |
assignVar ($key, $value) | |
assignVars ($values) | |
get ($key) | |
gets () | |
setVars ($values) | |
getVar ($key) | |
getShow ($key) | |
getTypeInformations () | |
getPurifiedHtml ( $key, $encoding=null, $doctype=null) | |
getDirname () | |
Additional Inherited Members | |
![]() | |
$mVars = [] | |
$mIsNew = true | |
$mDirname = null | |
Definition at line 17 of file Inbox.class.php.
__construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 19 of file Inbox.class.php.
set | ( | $key, | |
$value ) |
You should use this method to change object's properties. This method may trigger setDirty().
$key | |
$value |
Reimplemented from XoopsSimpleObject.
Definition at line 36 of file Inbox.class.php.
setVar | ( | $key, | |
$value ) |
Reimplemented from XoopsSimpleObject.
Definition at line 31 of file Inbox.class.php.