XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare () | |
[Abstract] Set up form properties and field properties. | |
update (&$params) | |
[Abstract] Updates an object with properties values. | |
![]() | |
__construct ($keywordMin) | |
fetch () | |
Fetches values through the request object. | |
fetchAndor () | |
validate () | |
Validates fetched values. | |
![]() | |
__construct () | |
Constructor. | |
getTokenName () | |
Gets the token name of this actionform's token. | |
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. | |
_validateToken () | |
Validates the token. | |
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. | |
Additional Inherited Members | |
![]() | |
$mQueries = [] | |
$_mKeywordMin = 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 SearchShowallbyuserForm.class.php.
prepare | ( | ) |
[Abstract] Set up form properties and field properties.
Reimplemented from Legacy_SearchShowallForm.
Definition at line 22 of file SearchShowallbyuserForm.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 Legacy_SearchShowallForm.
Definition at line 45 of file SearchShowallbyuserForm.class.php.