Class GETMethodRequestHandler

Description

The job of a RequestHandler is twofold:

1) handle incoming request data -- could be from $_REQUEST-type arrays, could be from session variables, etc. 2) handle the production of URLs with given contextual data/query using an associated URLWriter class.

  • version: $Id: GETMethodRequestHandler.class.php,v 1.15 2007/09/04 20:25:31 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/architecture/request/GETMethodRequestHandler.class.php (line 31)

RequestHandler
   |
   --GETMethodRequestHandler
Method Summary
Methods
createURLWriter (line 62)

Returns a new URLWriter object corresponding to this RequestHandler.

  • return: object URLWriter
  • access: public
ref createURLWriter ()

Redefinition of:
RequestHandler::createURLWriter()
Returns a new URLWriter object corresponding to this RequestHandler.
getFileVariables (line 52)

Returns an associative array of file upload data. This will usually come from the $_FILES superglobal.

  • access: public
array getFileVariables ()

Redefinition of:
RequestHandler::getFileVariables()
Returns an associative array of file upload data. This will usually come from the $_FILES superglobal.
getRequestedModuleAction (line 74)

Returns a dotted-pair string representing the module and action requested by the end user ("module.action" format).

  • access: public
string getRequestedModuleAction ()

Redefinition of:
RequestHandler::getRequestedModuleAction()
Returns a dotted-pair string representing the module and action requested by the end user ("module.action" format).
getRequestVariables (line 41)

Returns an associative array of key=value pairs corresponding to the request data from the browser. This could just be the data from $_REQUEST, in the simplest case.

  • access: public
array getRequestVariables ()

Redefinition of:
RequestHandler::getRequestVariables()
Returns an associative array of key=value pairs corresponding to the request data from the browser. This could just be the data from $_REQUEST, in the simplest case.

Inherited Methods

Inherited From RequestHandler

RequestHandler::createURLWriter()
RequestHandler::getFileVariables()
RequestHandler::getRequestedModuleAction()
RequestHandler::getRequestVariables()

Documentation generated on Wed, 19 Sep 2007 10:23:24 -0400 by phpDocumentor 1.3.0RC3