XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
getTokenName () | |
Gets the token name of this actionform's token. | |
prepare () | |
[Abstract] Set up form properties and field properties. | |
validateUname () | |
getShow ($name, $type='toShow') | |
update (&$obj) | |
[Abstract] Updates an object with properties values. | |
setRes ($obj) | |
setUser (&$user) | |
![]() | |
__construct () | |
Constructor. | |
getToken () | |
Gets the token value of this actionform's token. | |
getTokenErrorMessage () | |
Gets a message about the failure of the token validation. | |
set () | |
Sets the raw value as the value of the form property. | |
setVar () | |
get ( $key, $index=null) | |
Gets raw value. | |
getVar ( $key, $index=null) | |
& | getFormProperties () |
Gets form properties of this member property. | |
fetch () | |
Fetches values through the request object. | |
_validateToken () | |
Validates the token. | |
validate () | |
Validates fetched values. | |
hasError () | |
Gets a value indicating whether this action form keeps error messages or error flag. | |
addErrorMessage ( $message) | |
Adds a message to the form's error message buffer. | |
getErrorMessages () | |
Gets error messages. | |
load (&$obj) | |
[Abstract] Initializes properties' values from an object. | |
Data Fields | |
$fuid = 0 | |
![]() | |
$mContext | |
[READ ONLY] XCube_HttpContext | |
$mUser | |
[READ ONLY] XCube_Principal | |
$mFormProperties = [] | |
XCube_FormProperty[]. | |
$mFieldProperties = [] | |
XCube_FieldProperty[]. | |
$mErrorFlag = false | |
bool | |
$mErrorMessages = [] | |
string[] | |
$_mToken | |
string | |
Definition at line 20 of file MessageForm.class.php.
getShow | ( | $name, | |
$type = 'toShow' ) |
Definition at line 81 of file MessageForm.class.php.
getTokenName | ( | ) |
Gets the token name of this actionform's token.
Return token name. If the sub-class doesn't override this member function, features about one-time tokens aren't used.
Reimplemented from XCube_ActionForm.
Definition at line 29 of file MessageForm.class.php.
prepare | ( | ) |
[Abstract] Set up form properties and field properties.
Reimplemented from XCube_ActionForm.
Definition at line 39 of file MessageForm.class.php.
setRes | ( | $obj | ) |
Definition at line 101 of file MessageForm.class.php.
setUser | ( | & | $user | ) |
Definition at line 119 of file MessageForm.class.php.
update | ( | & | $obj | ) |
[Abstract] Updates an object with properties values.
mixed | $obj |
Set input values to a object from this action form. This member function mediates between logic and the result of validations. For example, developers can use this method to set values to XoopsSimpleObject.
This member function is abstract. But, the subclass of this class does not have to implement it.
Reimplemented from XCube_ActionForm.
Definition at line 91 of file MessageForm.class.php.
validateUname | ( | ) |
Definition at line 64 of file MessageForm.class.php.
$fuid = 0 |
Definition at line 22 of file MessageForm.class.php.