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

Class: ForwardFW_Controller_View

Source Location: /Controller/View.php

Class Overview

ForwardFW_Controller
   |
   --ForwardFW_Controller_View

This class is a basic View class.


Author(s):

Methods


Child classes:

ForwardFW_Controller_Screen
This class is a basic Screen class.
ForwardFW_Controller_Application
This Controller over one application.

Inherited Variables

Inherited Methods

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 50]
This class is a basic View class.



Tags:



[ Top ]


Class Methods


constructor __construct [line 59]

void __construct( ForwardFW_Interface_Application $_application)

Constructor



Tags:

access:  public


Overridden in child classes as:

ForwardFW_Controller_Screen::__construct()
Constructor
ForwardFW_Controller_Application::__construct()
Constructor

Overrides ForwardFW_Controller::__construct() (Constructor)

Parameters:

ForwardFW_Interface_Application   $_application   The running application.

[ Top ]

method controlView [line 82]

boolean controlView( )

Control available data for View



Tags:

return:  True if all data exists.
access:  public


Overridden in child classes as:

ForwardFW_Controller_Screen::controlView()
Loads Data for views and defines which views to use.

[ Top ]

method getTemplateName [line 113]

string getTemplateName( )

Returns the template name depending on the strViewName It replaces the underscore with path_slashes.



Tags:

return:  Name of the template
access:  protected


[ Top ]

method process [line 70]

string process( )

Processes the View.



Tags:

access:  public


Overridden in child classes as:

ForwardFW_Controller_Screen::process()
Processes the Screen.

[ Top ]

method processView [line 92]

void processView( )

Processes the View.



Tags:

access:  public


Overridden in child classes as:

ForwardFW_Controller_Screen::processView()
Processes the View.
ForwardFW_Controller_Application::processView()
Processes the View.

[ Top ]


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