\Anax\MVCErrorController

Anax base class implementing Dependency Injection / Service Locator of the services used by the framework, using lazy loading.

Summary

Methods
Properties
Constants
setDI()
statusCodeAction()
No public properties found
No constants found
No protected methods found
$di
N/A
No private methods found
No private properties found
N/A

Properties

$di

$di : 

Properties

Type

Methods

setDI()

setDI(\Anax\DI\class  $di) : $this

Set the service container to use

Parameters

\Anax\DI\class $di

a service container

Returns

$this

statusCodeAction()

statusCodeAction(  $code = null,   $message = null) : void

Display a page for a HTTP status code.

Parameters

$code
$message