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

Class: ForwardFW_Request

Source Location: /Request.php

Class Overview


This class represents the Request from browser.


Author(s):

Methods



Class Details

[line 43]
This class represents the Request from browser.



Tags:



[ Top ]


Class Methods


method getConfigParameter [line 99]

mixed getConfigParameter( string $strParameterName, [string $strControllerClass = 'ForwardFW_Request'], [string $strApplicationName = ''])

Returns the config parameter for the application from configuration.



Tags:

return:  The configuration for the application or null.
access:  public


Parameters:

string   $strParameterName   Name of the parameter to return.
string   $strControllerClass   Class name of the controller, wh asks.
string   $strApplicationName   Name of the application.

[ Top ]

method getParameter [line 55]

mixed getParameter( string $strParameterName, [string $strControllerClass = 'ForwardFW_Request'], [string $strApplicationName = ''])

Returns the parameter for the application from browser request or the session data.



Tags:

return:  The parameter for the application or null.
access:  public


Parameters:

string   $strParameterName   Name of the parameter to return.
string   $strControllerClass   Class name of the controller, wh asks.
string   $strApplicationName   Name of the application.

[ Top ]

method getRequestParameter [line 79]

mixed getRequestParameter( string $strParameterName, [string $strApplicationName = ''])

Returns the request parameter from browser/user session.



Tags:

return:  The parameter from the request.
access:  public


Parameters:

string   $strParameterName   Name of the parameter to return.
string   $strApplicationName   Name of the application.

[ Top ]


Documentation generated on Sun, 30 Jan 2011 20:46:44 +0100 by phpDocumentor 1.4.3