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

Class: ActionUpload

Source Location: /HTML_QuickForm_Controller-1.0.10/examples/upload.php

Class Overview

HTML_QuickForm_Action
   |
   --ActionUpload

Class representing an action to perform on HTTP request.


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 130]
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.

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


[ Top ]


Method Detail

perform   [line 132]

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:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.