RouteSummary
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- fromRoute() : self
Properties
$handler
public
string
$handler
$method
public
string
$method
$name
public
string|null
$name
$path
public
string
$path
Methods
__construct()
public
__construct(string $method, string $path, string|null $name, string $handler) : mixed
Parameters
- $method : string
- $path : string
- $name : string|null
- $handler : string
fromRoute()
public
static fromRoute(Route $route) : self
Parameters
- $route : Route