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

Class: HTML_QuickForm_Action_Display

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

Class Overview

HTML_QuickForm_Action
   |
   --HTML_QuickForm_Action_Display

This action handles output of the form.


Author(s):

Version:

  • Release: 1.0.10

Methods


Child classes:

This action handles output of the 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 41]
This action handles output of the form.

If you want to customize the form display, subclass this class and override the _renderForm() method, you don't need to change the perform() method itself.

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


[ Top ]


Method Detail

perform   [line 43]

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.