Public Member Functions | |
getId () | |
isNew () | |
setIsNew () | |
Data Fields | |
$id | |
Protected Member Functions | |
validateComponent ($componentType, $componentName) | |
Static Protected Member Functions | |
static | resolveErrorAttributePrefix ($treeType, $count) |
Protected Attributes | |
$isNew = false |
Base class for all wizard form models. Manages the interaction between the wizard model object and the user interface. Reporting and Workflow both extend this with
Definition at line 41 of file WizardForm.php.
getId | ( | ) |
Mimics the expected interface by the views when calling into a form or model.
Definition at line 55 of file WizardForm.php.
isNew | ( | ) |
If the report has not been saved yet, then this returns true
Definition at line 64 of file WizardForm.php.
validateComponent | ( | $ | componentType, | |
$ | componentName | |||
) | [protected] |
$componentType | ||
$componentName |
Reimplemented in ReportWizardForm.
Definition at line 79 of file WizardForm.php.
static resolveErrorAttributePrefix | ( | $ | treeType, | |
$ | count | |||
) | [static, protected] |
$treeType | string | |
$count | integer |
Definition at line 105 of file WizardForm.php.