RoutingConfiguration
-
subpackage
-
Table of Contents
Properties
-
$configurationList
: mixed
Methods
-
__call()
: mixed
-
any()
: mixed
-
default()
: RoutingConfiguration
-
delete()
: mixed
-
domain()
: RoutingConfiguration
-
get()
: mixed
-
group()
: mixed
-
match()
: mixed
-
middleware()
: RoutingConfiguration
-
name()
: RoutingConfiguration
-
options()
: mixed
-
patch()
: mixed
-
post()
: mixed
-
prefix()
: RoutingConfiguration
-
put()
: mixed
-
release()
: mixed
-
setConfigurator()
: mixed
-
setOptions()
: mixed
-
where()
: RoutingConfiguration
$configurationList
public
static mixed
$configurationList
= ['get', 'post', 'put', 'patch', 'options', 'delete', 'any', 'group']
__call()
public
__call(mixed $method, mixed $arguments) : mixed
Parameters
-
$method
: mixed
-
-
$arguments
: mixed
-
any()
public
any(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
default()
public
default(mixed $parameter, mixed $value) : RoutingConfiguration
Parameters
-
$parameter
: mixed
-
-
$value
: mixed
-
delete()
public
delete(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
domain()
public
domain(mixed $domain) : RoutingConfiguration
Parameters
-
$domain
: mixed
-
get()
public
get(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
group()
public
group(mixed $callback) : mixed
Parameters
-
$callback
: mixed
-
match()
public
match(mixed $methods, mixed $uri, mixed $controller) : mixed
Parameters
-
$methods
: mixed
-
-
$uri
: mixed
-
-
$controller
: mixed
-
middleware()
public
middleware(mixed $middleware) : RoutingConfiguration
Parameters
-
$middleware
: mixed
-
name()
public
name(mixed $name) : RoutingConfiguration
Parameters
-
$name
: mixed
-
options()
public
options(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
patch()
public
patch(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
post()
public
post(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
prefix()
public
prefix(mixed $prefix) : RoutingConfiguration
Parameters
-
$prefix
: mixed
-
put()
public
put(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
release()
public
release() : mixed
setConfigurator()
public
setConfigurator(RoutingConfigurator $configurator) : mixed
Parameters
-
$configurator
: RoutingConfigurator
-
setOptions()
public
setOptions(Options $options) : mixed
Parameters
-
$options
: Options
-
where()
public
where(mixed $parameter, mixed $pattern) : RoutingConfiguration
Parameters
-
$parameter
: mixed
-
-
$pattern
: mixed
-