Interface lispa\amos\wizflow\WizflowModelInterface

Implemented byapp\models\BlueForm, app\models\FinalForm, app\models\GreenForm, app\models\Step1Form, app\models\WelcomeForm, lispa\amos\projectmanagement\models\new_project_wizard\StepA, lispa\amos\projectmanagement\models\new_project_wizard\StepB, lispa\amos\projectmanagement\models\new_project_wizard\StepC, lispa\amos\projectmanagement\models\new_project_wizard\StepD

Interface WizflowModelInterface Interface that must be implemented by all models used by the wizflow manager component

Public Methods

Hide inherited methods

MethodDescriptionDefined By
summary() Returns a string description of the model. This string is used to display user choices lispa\amos\wizflow\WizflowModelInterface

Method Details

summary() public abstract method

Returns a string description of the model. This string is used to display user choices

public abstract string summary ( )
return string

Description of the model attributes