Method | Description | |
---|---|---|
__construct ( ) | Start the application, analyze URL elements, call according controller/method or relocate to fallback location |
Method | Description | |
---|---|---|
createControllerAndActionNames ( ) | Checks if controller and action names are given. If not, default values are put into the properties. | |
splitUrl ( ) | Get and split the URL |
public __construct ( ) |