HTML_QuickForm_Controller
[ class tree: HTML_QuickForm_Controller ] [ index: HTML_QuickForm_Controller ] [ all elements ]

Class: HTML_QuickForm_Action_Direct

Source Location: /HTML_QuickForm_Controller-1.0.10/Action/Direct.php

Class Overview

HTML_QuickForm_Action
   |
   --HTML_QuickForm_Action_Direct

This action allows to go to a specific page of a multipage form.


Author(s):

Version:

  • Release: 1.0.10

Methods


Inherited Variables

Inherited Methods

Class: HTML_QuickForm_Action

HTML_QuickForm_Action::perform()
Processes the request. This method should be overriden by child classes to provide the necessary logic.

Class Details

[line 40]
This action allows to go to a specific page of a multipage form.

Please note that the name for this action in addAction() should NOT be 'direct', but the name of the page you wish to go to.

  • Author: Alexey Borzov <avb@php.net>
  • Version: Release: 1.0.10


[ Top ]


Method Detail

perform   [line 42]

void perform( &$page, $actionName)


Overrides HTML_QuickForm_Action::perform() (Processes the request. This method should be overriden by child classes to provide the necessary logic.)

Parameters:

   &$page   — 
   $actionName   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:34:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.