Class FOFDispatcher
FrameworkOnFramework dispatcher class
FrameworkOnFramework is a set of classes which extend Joomla! 1.5 and later's MVC framework with features making maintaining complex software much easier, without tedious repetitive copying of the same code over and over again.
- FOFUtilsObject
- FOFDispatcher
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.0
Located at fof/dispatcher/dispatcher.php
Methods summary
public static
|
#
getAnInstance( string $option = null, string $view = null, array $config = array() )
Get a static (Singleton) instance of a particular Dispatcher |
public static
|
#
getTmpInstance( string $option = null, string $view = null, array $config = array() )
Gets a temporary instance of a Dispatcher |
public
|
|
public
|
|
|
protected
string
|
|
public
boolean
|
#
onBeforeDispatch( )
Executes right before the dispatcher tries to instantiate and run the controller. |
public
boolean
|
|
public
boolean
|
|
public
|
|
public static
array
|
Methods inherited from FOFUtilsObject
__toString()
,
def()
,
get()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
protected
array
|
$config |
#
Configuration variables |
protected
|
$input |
#
Input variables |
public
string
|
$defaultView |
#
The name of the default view, in case none is specified |
protected
integer
|
$fofAuth_timeStep |
#
The Time Step for the TOTP used in FOF's transparent user authentication |
protected
string
|
$fofAuth_Key |
#
The key for the TOTP, Base32 encoded (watch out; Base32, NOT Base64!) |
protected
array
|
$fofAuth_Formats |
#
Which formats to be handled by transparent authentication |
protected
boolean
|
$fofAuth_LogoutOnReturn |
#
Should I logout the transparently authenticated user on logout? Recommended to leave it on in order to avoid crashing the sessions table. |
protected
array
|
$fofAuth_AuthMethods |
#
Which methods to use to fetch authentication credentials and in which order |