XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
User_AbstractUserEditForm Class Reference
Inheritance diagram for User_AbstractUserEditForm:
XCube_ActionForm User_EditUserForm User_RegisterEditForm User_RegisterAgreeEditForm

Public Member Functions

 User_AbstractUserEditForm ($userConfig)
 
 __construct ($userConfig)
 
 validateUname ()
 
 validateEmail ()
 
 validateTimezone_offset ()
 
 validateUrl ()
 
 validatePass ()
 
- Public Member Functions inherited from XCube_ActionForm
 __construct ()
 Constructor.
 
 prepare ()
 [Abstract] Set up form properties and field properties.
 
 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.
 
 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.
 
 update (&$obj)
 [Abstract] Updates an object with properties values.
 

Data Fields

 $mConfig = null
 
- Data Fields inherited from XCube_ActionForm
 $mContext
 [READ ONLY] XCube_HttpContext
 
 $mUser
 [READ ONLY] XCube_Principal
 
 $mFormProperties = []
 XCube_FormProperty[].
 
 $mFieldProperties = []
 XCube_FieldProperty[].
 
 $mErrorFlag = false
 bool
 
 $mErrorMessages = []
 string[]
 
 $_mToken
 string
 

Detailed Description

Definition at line 9 of file AbstractUserEditForm.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( $userConfig)

Definition at line 18 of file AbstractUserEditForm.class.php.

Member Function Documentation

◆ User_AbstractUserEditForm()

User_AbstractUserEditForm ( $userConfig)

Definition at line 13 of file AbstractUserEditForm.class.php.

◆ validateEmail()

validateEmail ( )

Definition at line 72 of file AbstractUserEditForm.class.php.

◆ validatePass()

validatePass ( )

Definition at line 115 of file AbstractUserEditForm.class.php.

◆ validateTimezone_offset()

validateTimezone_offset ( )

Definition at line 96 of file AbstractUserEditForm.class.php.

◆ validateUname()

validateUname ( )

Definition at line 24 of file AbstractUserEditForm.class.php.

◆ validateUrl()

validateUrl ( )

Definition at line 105 of file AbstractUserEditForm.class.php.

Field Documentation

◆ $mConfig

$mConfig = null

Definition at line 11 of file AbstractUserEditForm.class.php.


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