Public Member Functions | |
getSessionVars ($sessionContext) | |
setSessionVars ($sessionContext) | |
getCurrentStep () | |
renderStep ($step) | |
getFormInputs ($formName) | |
setFormState ($formName, $state, $value) | |
commit () | |
cancel () | |
outputAttrs () | |
Protected Member Functions | |
readMetadata (&$xmlArr) | |
initAllForms () | |
processRequest () | |
getStepName ($step) | |
Protected Attributes | |
$m_CurrentStep | |
$m_FormStates | |
$m_DropSession = false | |
$m_NaviMethod = 'SwitchPage' |
Definition at line 25 of file EasyViewWizard.php.
cancel | ( | ) |
Cancel, clean up the sessions of view and all forms
Definition at line 231 of file EasyViewWizard.php.
commit | ( | ) |
Save wizard data of current+previous pages into database or other storage
Definition at line 200 of file EasyViewWizard.php.
getCurrentStep | ( | ) |
Get current step
Definition at line 116 of file EasyViewWizard.php.
getFormInputs | ( | $ | formName ) |
Get form inputs
string | $formName |
Definition at line 175 of file EasyViewWizard.php.
getSessionVars | ( | $ | sessionContext ) |
Get/Retrieve Session data of this object
SessionContext | $sessionContext |
Reimplemented from EasyView.
Definition at line 43 of file EasyViewWizard.php.
initAllForms | ( | ) | [protected] |
Initialize all form objects. NOTE: Do not initiate the all forms
Reimplemented from EasyView.
Definition at line 72 of file EasyViewWizard.php.
outputAttrs | ( | ) |
Get output attributs
Reimplemented from EasyView.
Definition at line 248 of file EasyViewWizard.php.
processRequest | ( | ) | [protected] |
Process request
Reimplemented from EasyView.
Definition at line 81 of file EasyViewWizard.php.
readMetadata | ( | &$ | xmlArr ) | [protected] |
Read Metadata from xml array
array | $xmlArr |
Reimplemented from EasyView.
Definition at line 32 of file EasyViewWizard.php.
renderStep | ( | $ | step ) |
Render step
number | $step |
Definition at line 142 of file EasyViewWizard.php.
setFormState | ( | $ | formName, |
$ | state, | ||
$ | value | ||
) |
Set form state
string | $formName | form name |
mixed | $state | state key |
mixed | $value |
Definition at line 190 of file EasyViewWizard.php.
setSessionVars | ( | $ | sessionContext ) |
Save Session data of this object
SessionContext | $sessionContext |
Reimplemented from EasyView.
Definition at line 55 of file EasyViewWizard.php.