Element index for package HTML_QuickForm_Controller
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ _ ]
_
- $_actionName
- in file Controller.php, variable HTML_QuickForm_Controller::$_actionName
The action extracted from HTTP request: array('page', 'action')
- $_actions
- in file Page.php, variable HTML_QuickForm_Page::$_actions
Contains the mapping of actions to corresponding HTML_QuickForm_Action objects
- $_actions
- in file Controller.php, variable HTML_QuickForm_Controller::$_actions
Contains the mapping of actions to corresponding HTML_QuickForm_Action objects
- $_formBuilt
- in file Page.php, variable HTML_QuickForm_Page::$_formBuilt
Should be set to true on first call to buildForm()
- $_modal
- in file Controller.php, variable HTML_QuickForm_Controller::$_modal
Whether the form is modal
- $_name
- in file Controller.php, variable HTML_QuickForm_Controller::$_name
Name of the form, used to store the values in session
- $_pages
- in file Controller.php, variable HTML_QuickForm_Controller::$_pages
Contains the pages (HTML_QuickForm_Page objects) of the miultipage form
- _arrayMapRecursive
- in file Controller.php, method HTML_QuickForm_Controller::_arrayMapRecursive()
Recursively applies the callback function to the value
- _renderForm
- in file Display.php, method HTML_QuickForm_Action_Display::_renderForm()
Actually outputs the form.
- _setDefaultsOrConstants
- in file Controller.php, method HTML_QuickForm_Controller::_setDefaultsOrConstants()
Adds new values to defaults or constants array
top
top
top
top
top
top
top
top
h
- handle
- in file Controller.php, method HTML_QuickForm_Controller::handle()
Handles an action.
- handle
- in file Page.php, method HTML_QuickForm_Page::handle()
Handles an action.
- HTML_QuickForm_Action
- in file Action.php, class HTML_QuickForm_Action
Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
- HTML_QuickForm_Action_Back
- in file Back.php, class HTML_QuickForm_Action_Back
The action for a 'back' button of wizard-type multipage form.
- HTML_QuickForm_Action_Direct
- in file Direct.php, class HTML_QuickForm_Action_Direct
This action allows to go to a specific page of a multipage form.
- HTML_QuickForm_Action_Display
- in file Display.php, class HTML_QuickForm_Action_Display
This action handles the output of the form.
- HTML_QuickForm_Action_Jump
- in file Jump.php, class HTML_QuickForm_Action_Jump
The action handles the HTTP redirect to a specific page.
- HTML_QuickForm_Action_Next
- in file Next.php, class HTML_QuickForm_Action_Next
The action for a 'next' button of wizard-type multipage form.
- HTML_QuickForm_Action_Submit
- in file Submit.php, class HTML_QuickForm_Action_Submit
The action for a 'submit' button.
- HTML_QuickForm_Controller
- in file Controller.php, method HTML_QuickForm_Controller::HTML_QuickForm_Controller()
Class constructor.
- HTML_QuickForm_Controller
- in file Controller.php, class HTML_QuickForm_Controller
The class representing a Controller of MVC design pattern.
- HTML_QuickForm_Page
- in file Page.php, class HTML_QuickForm_Page
The class represents a page of a multipage form.
- HTML_QuickForm_Page
- in file Page.php, method HTML_QuickForm_Page::HTML_QuickForm_Page()
Class constructor
top
top
top
top
top
top
top
top
|
|