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

Class: HTML_QuickForm_Action_Next

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

Class Overview

HTML_QuickForm_Action
   |
   --HTML_QuickForm_Action_Next

The action for a 'next' button of wizard-type multipage form.


Author(s):

Version:

  • Release: 1.0.10

Methods


Child classes:

PageFirstActionNext
The action for a 'next' button of wizard-type multipage form.
PageSecondActionNext
The action for a 'next' button of wizard-type multipage form.

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 37]
The action for a 'next' button of wizard-type multipage form.
  • Author: Alexey Borzov <avb@php.net>
  • Version: Release: 1.0.10


[ Top ]


Method Detail

perform   [line 39]

void perform( &$page, $actionName)


Overridden in child classes as:

PageFirstActionNext::perform()
PageSecondActionNext::perform()

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.