|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| loadUser () | |
| loadModule () | |
| loadStatus () | |
| getVar ($key) | |
Public Member Functions inherited from XoopsSimpleObject | |
| 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) | |
| getShow ($key) | |
| getTypeInformations () | |
| getPurifiedHtml ( $key, $encoding=null, $doctype=null) | |
| getDirname () | |
Data Fields | |
| $mUser = null | |
| $mModule = null | |
| $mStatus = null | |
Data Fields inherited from XoopsSimpleObject | |
| $mVars = [] | |
| $mIsNew = true | |
| $mDirname = null | |
Definition at line 15 of file comment.php.
| __construct | ( | ) |
Reimplemented from XoopsSimpleObject.
Definition at line 21 of file comment.php.
| getVar | ( | $key | ) |
| $key |
Reimplemented from XoopsSimpleObject.
Definition at line 75 of file comment.php.
| loadModule | ( | ) |
Load a module object to $mModule.
Definition at line 63 of file comment.php.
| loadStatus | ( | ) |
Definition at line 69 of file comment.php.
| loadUser | ( | ) |
Load a user object who wrote this comment to $mUser.
Definition at line 54 of file comment.php.
| $mModule = null |
Definition at line 18 of file comment.php.
| $mStatus = null |
Definition at line 19 of file comment.php.
| $mUser = null |
Definition at line 17 of file comment.php.