Stores the form values (and validation status) is session container
Class Details
[line 23]
Class representing a page of a multipage form
Unlike old HTML_QuickForm_Controller, this does not extend HTML_QuickForm2 but accepts an instance of that in the constructor. You need to create a subclass of this class and implement its populateForm() method.