Property | Type | Description | |
---|---|---|---|
$uri |
Method | Description | |
---|---|---|
__construct ( $errorReporting ) | Preparation step before anything else. | |
__toString ( ) | ||
send ( $errorReporting = E_ALL ) |
Method | Description | |
---|---|---|
controllerHandler ( ) | Hendle the controller calling process. | |
loader ( string $file ) | Magic loader to load instantiated class. | |
moduleHandler ( ) | Hendle the module calling process. | |
run ( object $instance, string $method, array $request ) | Call the controller's method. | |
subControllerHandler ( ) | Hendle the sub-controller calling process. |
public __construct ( $errorReporting ) |