Route
extends Route
Table of Contents
Properties
-
$_allow
: mixed
Methods
-
__construct()
: mixed
-
getAllow()
: array<string|int, mixed>
-
setAllow()
: Route
-
setGroup()
: $this|Route
-
setHostname()
: $this|Route
-
setHttpMethods()
: $this|Route
-
setName()
: $this|Route
$_allow
protected
mixed
$_allow
__construct()
public
__construct(mixed $pattern[, mixed $paths = null ][, mixed $httpMethods = null ]) : mixed
Parameters
-
$pattern
: mixed
-
-
$paths
: mixed
= null
-
-
$httpMethods
: mixed
= null
-
getAllow()
public
getAllow() : array<string|int, mixed>
Return values
array<string|int, mixed>
setAllow()
public
setAllow([array<string|int, mixed> $allowList = [] ]) : Route
Parameters
-
$allowList
: array<string|int, mixed>
= []
-
setGroup()
public
setGroup(GroupInterface $group) : $this|Route
Parameters
-
$group
: GroupInterface
-
Return values
$this|Route
setHostname()
public
setHostname(string $hostname) : $this|Route
Parameters
-
$hostname
: string
-
Return values
$this|Route
setHttpMethods()
public
setHttpMethods(mixed $httpMethods) : $this|Route
Parameters
-
$httpMethods
: mixed
-
Return values
$this|Route
setName()
public
setName(string $name) : $this|Route
Parameters
-
$name
: string
-
Return values
$this|Route