Public Member Functions | |
getSessionVars ($sessionContext) | |
setSessionVars ($sessionContext) | |
goNext ($commit=false) | |
skip () | |
goBack () | |
doFinish () | |
doCancel () | |
commit () | |
dropSession () | |
cancel () | |
render () | |
outputAttrs () | |
Protected Attributes | |
$m_DropSession = false |
Definition at line 25 of file EasyFormWizard.php.
cancel | ( | ) |
Clean up the sessions of view and all forms
Reimplemented from EasyForm.
Definition at line 242 of file EasyFormWizard.php.
commit | ( | ) |
Save wizard data of current+previous pages into database or other storage
Definition at line 203 of file EasyFormWizard.php.
doCancel | ( | ) |
Cancel the wizard process
Definition at line 188 of file EasyFormWizard.php.
doFinish | ( | ) |
Finish the wizard process
Definition at line 152 of file EasyFormWizard.php.
getSessionVars | ( | $ | sessionContext ) |
Get/Retrieve Session data of this object
SessionContext | $sessionContext |
Reimplemented from EasyForm.
Definition at line 35 of file EasyFormWizard.php.
goBack | ( | ) |
Go to previous wizard page
Definition at line 125 of file EasyFormWizard.php.
goNext | ( | $ | commit = false ) |
Go to next wizard page
boolean | $commit | true if need to commit current form data |
Definition at line 65 of file EasyFormWizard.php.
outputAttrs | ( | ) |
Get output attributs as array
Reimplemented from EasyForm.
Definition at line 260 of file EasyFormWizard.php.
render | ( | ) |
Render this form
Reimplemented from EasyForm.
Definition at line 253 of file EasyFormWizard.php.
setSessionVars | ( | $ | sessionContext ) |
Save object variable to session context
SessionContext | $sessionContext |
Reimplemented from EasyForm.
Definition at line 48 of file EasyFormWizard.php.
skip | ( | ) |
Skip current wizard page
Definition at line 104 of file EasyFormWizard.php.