Route
-
subpackage
-
Table of Contents
Methods
-
__construct()
: mixed
-
compile()
: mixed
-
compileFromCache()
: mixed
-
getCompileCache()
: mixed
-
getController()
: callable
-
getOptions()
: Options
-
getParameters()
: array<string|int, mixed>
-
getParametersValues()
: Dictionary
-
getParameterValue()
: mixed
-
getUri()
: mixed
-
match()
: mixed
-
setOptions()
: mixed
__construct()
public
__construct(mixed $uri, mixed $controller) : mixed
Parameters
-
$uri
: mixed
-
-
$controller
: mixed
-
compile()
public
compile() : mixed
compileFromCache()
public
compileFromCache(mixed $cacheData) : mixed
Parameters
-
$cacheData
: mixed
-
getCompileCache()
public
getCompileCache() : mixed
getController()
public
getController() : callable
getOptions()
public
getOptions() : Options
getParameters()
public
getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>
getParametersValues()
public
getParametersValues() : Dictionary
getParameterValue()
public
getParameterValue(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getUri()
public
getUri() : mixed
match()
public
match(mixed $uriPath) : mixed
Parameters
-
$uriPath
: mixed
-
setOptions()
public
setOptions(Options $options) : mixed
Parameters
-
$options
: Options
-