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

Class: ForwardFW_Controller

Source Location: /Controller.php

Class Overview


This class holds basic functions for controllers.


Author(s):

Variables

Methods


Child classes:

ForwardFW_Controller_View
This class is a basic View class.
ForwardFW_Controller_DataHandler
Managing DataLoading via PEAR::MDB
ForwardFW_Templater_Smarty
Class to use Smarty as Templater.
ForwardFW_Templater_Twig
Class to use Twig as Templater.

Class Details

[line 48]
This class holds basic functions for controllers.



Tags:



[ Top ]


Class Variables

$application =

[line 55]

The application object.



Tags:

access:  protected



[ Top ]



Class Methods


constructor __construct [line 64]

void __construct( ForwardFW_Interface_Application $application)

Constructor



Tags:

access:  public


Overridden in child classes as:

ForwardFW_Controller_View::__construct()
Constructor
ForwardFW_Controller_Screen::__construct()
Constructor
ForwardFW_Controller_Application::__construct()
Constructor
ForwardFW_Controller_DataHandler::__construct()
Constructor
ForwardFW_Templater_Smarty::__construct()
Constructor
ForwardFW_Templater_Twig::__construct()
Constructor

Parameters:

ForwardFW_Interface_Application   $application   The running application.

[ Top ]

method getConfigParameter [line 92]

mixed getConfigParameter( string $strParameterName)

Returns configuration of the given parameter for this class.



Parameters:

string   $strParameterName   Name of parameter.

[ Top ]

method getParameter [line 76]

mixed getParameter( string $strParameterName)

Returns content of the given parameter for this class.



Parameters:

string   $strParameterName   Name of parameter.

[ Top ]


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