Controller abstract class
Definition at line 8 of file AController.php.
| __construct |
( |
|
$context, |
|
|
|
$params |
|
) |
| |
- Parameters
-
| \Tools\Context | $context | |
| array | $params | |
- Exceptions
-
| Exception if parameters does not correspond On 404 error, router will try to find another route Initialize structure |
Definition at line 32 of file AController.php.
Contains route parameter ex: /product/:id will contains { 0 => product 1 => [ID] ':id' => [ID]
Definition at line 18 of file AController.php.
The documentation for this class was generated from the following file: