User/Form.php
- Classes
- Kwf_User_Form
\Kwf_User_Form
- Extends from
- \Kwf_Form
- package
- Form
- Properties
- $_newUserRow
- $_permissions
- $_userDataFormName
- Methods
- _init
- _initFields
- getRow
- processInput
Description
Container for all forms
Introduction to Forms: https://github.com/vivid-planet/koala-framework/wiki/Kwf_Form
Properties
$_newUserRow
$_newUserRow = 'null'
Details
- visibility
- protected
- default
- null
- final
- false
- static
- false
$_permissions
$_permissions = 'array'
Details
- visibility
- protected
- default
- array
- final
- false
- static
- false
$_userDataFormName
$_userDataFormName = 'Kwc_User_Edit_Form_FrontendForm'
Details
- visibility
- protected
- default
- Kwc_User_Edit_Form_FrontendForm
- final
- false
- static
- false
Methods
_init
_init(
)
:
Override to add custom initialisation code
Details
- visibility
- protected
- final
- false
- static
- false
_initFields
_initFields(
)
:
Details
- visibility
- protected
- final
- false
- static
- false
getRow
getRow(
$parentRow
=
null
)
:
Arguments
- $parentRow
Details
- visibility
- public
- final
- false
- static
- false
processInput
processInput(
$parentRow, $postData
=
array
)
:
Arguments
- $parentRow
- $postData
Details
- visibility
- public
- final
- false
- static
- false