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

Class: ForwardFW_Controller_Application

Source Location: /Controller/Application.php

Class Overview

ForwardFW_Controller
   |
   --ForwardFW_Controller_View
      |
      --ForwardFW_Controller_Application

This Controller over one application.


Author(s):

Implements interfaces:

Variables

Methods


Inherited Variables

Inherited Methods

Class: ForwardFW_Controller_View

ForwardFW_Controller_View::__construct()
Constructor
ForwardFW_Controller_View::controlView()
Control available data for View
ForwardFW_Controller_View::getTemplateName()
Returns the template name depending on the strViewName It replaces the underscore with path_slashes.
ForwardFW_Controller_View::process()
Processes the View.
ForwardFW_Controller_View::processView()
Processes the View.

Class: ForwardFW_Controller

ForwardFW_Controller::__construct()
Constructor
ForwardFW_Controller::getConfigParameter()
Returns configuration of the given parameter for this class.
ForwardFW_Controller::getParameter()
Returns content of the given parameter for this class.

Class Details

[line 53]
This Controller over one application.



Tags:



[ Top ]


Class Variables

$arScreens = array()

[line 82]

screens for this application



Tags:

access:  private

Type:   array


[ Top ]

$request =

[line 68]

The request object.



Tags:

access:  protected

Type:   ForwardFW_Request


[ Top ]

$response =

[line 75]

The response object.



Tags:

access:  protected

Type:   ForwardFW_Response


[ Top ]

$strName =

[line 61]

Configuration name of application



Tags:

access:  protected

Type:   String


[ Top ]



Class Methods


constructor __construct [line 93]

void __construct( string $strName, ForwardFW_Request $request, ForwardFW_Response $response)

Constructor



Tags:

access:  public



Implementation of:
ForwardFW_Interface_Application::__construct()
Constructor
Overrides ForwardFW_Controller_View::__construct() (Constructor)

Parameters:

string   $strName   Name of application
ForwardFW_Request   $request   The request object.
ForwardFW_Response   $response   The request object.

[ Top ]

method getName [line 199]

string getName( )

Returns the name of the application



Tags:

access:  public



Implementation of:
ForwardFW_Interface_Application::getName()
Returns the name of the application
[ Top ]

method getProcessScreen [line 143]

string getProcessScreen( )

Returns name of screen to be processed



Tags:

return:  name of screen to process


[ Top ]

method getRequest [line 209]

ForwardFW_Request getRequest( )

Returns the request object



Tags:

access:  public



Implementation of:
ForwardFW_Interface_Application::getRequest()
Returns the request object
[ Top ]

method getResponse [line 219]

ForwardFW_Response getResponse( )

Returns the response object



Tags:

access:  public



Implementation of:
ForwardFW_Interface_Application::getResponse()
Returns the response object
[ Top ]

method getScreen [line 159]

T3_Controller_Screen getScreen( string $strScreen)

Load and return screen $strScreen



Parameters:

string   $strScreen   name of screen

[ Top ]

method getScreens [line 229]

array getScreens( )

Returns the screen configuration for this application.



Tags:

return:  With the config entry
access:  public


[ Top ]

method processView [line 187]

string processView( )

Processes the View.



Tags:

return:  what to view
access:  public


Overrides ForwardFW_Controller_View::processView() (Processes the View.)

[ Top ]

method run [line 118]

void run( )

Run screen and return generated content




Implementation of:
ForwardFW_Interface_Application::run()
Run screen and return generated content
[ Top ]


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