Class Route
A route.
- ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
- ICanBoogie\Route
Methods summary
protected
|
|
protected
|
|
public
|
#
__construct( string $pattern, array $properties )
Initializes the $pattern property and the properties provided. |
public
mixed
|
|
public
string
|
|
public
string
|
Methods inherited from ICanBoogie\Object
from()
,
resolve_facade_properties()
,
resolve_private_properties()
,
to_array()
,
to_json()
Methods inherited from ICanBoogie\ToArrayRecursive
Methods used from ICanBoogie\ToArrayRecursiveTrait
Methods used from ICanBoogie\PrototypeTrait
__call()
,
__set()
,
__sleep()
,
__wakeup()
,
get_prototype()
,
has_method()
,
has_property()
,
last_chance_get()
,
last_chance_set()
Magic methods summary
Properties summary
public
string
|
$id |
#
Identifier of the route. |
public
string
|
$location |
#
Redirect location. |
public
string
|
$via |
#
Request methods accepted by the route. |
Magic properties
public read-only
ICanBooogie\Routing\Pattern
|
$pattern |
|
#
The pattern of the route. |