Route
Table of Contents
| $pattern | ||
|---|---|---|
| $gates | ||
| $callback | ||
| $router | ||
| $nullable | ||
| __construct() | mixed | |
| __toString() | mixed | |
| isNullable() | mixed |
Properties
$pattern
public
mixed
$pattern
$gates
public
mixed
$gates
= []
$callback
public
mixed
$callback
$router
public
mixed
$router
$nullable
protected
mixed
$nullable
= false
Methods
__construct()
public
__construct(
[ $pattern :
mixed
= null ]
[, $gates :
mixed
= [] ]
[, $callback :
mixed
= null ]
)
: mixed
Parameters
- $pattern : mixed = null
- $gates : mixed = []
- $callback : mixed = null
Return values
mixed__toString()
public
__toString(
)
: mixed
Return values
mixedisNullable()
public
isNullable(
)
: mixed