Class flController
flController Class
The base class from which all controllers should be derived.
Direct known subclasses
cfApiController,
cfBackendController,
cfContentController,
cfCronController,
cfInstallController,
flExceptionErrorController
Indirect known subclasses
cloudflareBackendController,
commentsBackendController,
errorController,
formsBackendController
Abstract
Package: fusionLib
Copyright: Copyright (c) 2007 - 2013 fusionLib. All rights reserved.
Located at system/libs/Controller/flController.php
Package: fusionLib
Copyright: Copyright (c) 2007 - 2013 fusionLib. All rights reserved.
Located at system/libs/Controller/flController.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
dispatch( string $action )
Dispatch the given action on the controller, if the action is not available then an attempt is made to load an action class, if this is also not found a not found exception is thrown. |
Properties summary
protected
|
$request
The request object. |
|
protected
|
$router
The router object. |
|
protected
|
$response
The response object. |
|
protected
|
$actionClass
The instance of the action class if using one. |
#
null
|