Class FrontendController

Description

FrontendController class

Located in /inc/controller/FrontendController.php (line 30)


        
                    
Class Constant Summary
 VERSION = "0.3.0"
 VERSION_DATE = "2012-09-10"
Method Summary
Methods
Constructor FrontendController (line 63)

Constructor

  • access: public
void FrontendController ()
frontendOutputAction (line 90)

This method assigns needed content to our template engine and renders the template.

  • access: public
void frontendOutputAction ()
headTagAction (line 214)

Print out head-tag in index.php

  • return: head-tag
  • access: public
Whole headTagAction ()
languageCodeAction (line 201)

Print out current language code in index.php

  • return: code for current language
  • access: public
Language languageCodeAction ()
languageRedirectAction (line 135)

Redirects the user to the language set in browser

  • access: public
void languageRedirectAction ()
versionInformationAction (line 186)

Print out version-information in index.php

  • return: information comment
  • access: public
Version versionInformationAction ()
Class Constants
VERSION = "0.3.0" (line 50)
  • var: VERSION Constant for system version
VERSION_DATE = "2012-09-10" (line 55)
  • var: VERSION Constant for version date