XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
LegacyCommentObject Class Reference
Inheritance diagram for LegacyCommentObject:
XoopsSimpleObject AbstractXoopsObject

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
 

Detailed Description

Definition at line 15 of file comment.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Reimplemented from XoopsSimpleObject.

Definition at line 21 of file comment.php.

Member Function Documentation

◆ getVar()

getVar ( $key)
Parameters
$key
Returns
string|null
Deprecated

Reimplemented from XoopsSimpleObject.

Definition at line 75 of file comment.php.

◆ loadModule()

loadModule ( )

Load a module object to $mModule.

Definition at line 63 of file comment.php.

◆ loadStatus()

loadStatus ( )

Definition at line 69 of file comment.php.

◆ loadUser()

loadUser ( )

Load a user object who wrote this comment to $mUser.

Definition at line 54 of file comment.php.

Field Documentation

◆ $mModule

$mModule = null

Definition at line 18 of file comment.php.

◆ $mStatus

$mStatus = null

Definition at line 19 of file comment.php.

◆ $mUser

$mUser = null

Definition at line 17 of file comment.php.


The documentation for this class was generated from the following file: