ControllerManager

Extends \Ascmvc\AbstractControllerManager

Class ControllerManager

The ControllerManager class extends the AbstractControllerManager and acts as the MVC's dispatcher object.

package

LightMVC/ASCMVC

Methods

Initializes this class by assigning the objects contained in the referenced application object to the corresponding properties.

__construct(\Ascmvc\AbstractApp &$app, string $controllerName, array $vars = array()) : void
inherited abstract

Arguments

$controllerName

string

$vars

array

Method that calls the MVC's appropriate request handler.

execute() : void
inherited abstract

Properties