$dispatcher_info
$dispatcher_info : array
Route Information Class
$dispatcher_info : array
$status : int
$handler : mixed
$allowed_methods : mixed
$vars : mixed
$uri : string
$http_method : string
$route : string
$route_name : string
$rewrite : int|null
$controller_object : \App\Base\Abstracts\Controllers\BasePage|null
__construct(array $dispatcher_info, string $http_method, string $uri, string $route, string|null $route_name = null, int|null $rewrite = null) : mixed
class constructor
array | $dispatcher_info | |
string | $http_method | |
string | $uri | |
string | $route | |
string|null | $route_name | |
int|null | $rewrite |