Ubiquity\cache\parser$ControllerParserPathTrait This class is part of Ubiquity.
More...
|
static | parseMethodPath (\ReflectionFunctionAbstract $method, $path) |
|
static | cleanpath ($prefix, $path="", &$isRoot=false) |
|
static | addParamsPath ($path, \ReflectionFunctionAbstract $method, $requirements) |
|
static | scanParam (&$parameters, &$hasOptional, $matches, $index, $paramMatch, $find, &$path, $requirement) |
|
Ubiquity\cache\parser$ControllerParserPathTrait This class is part of Ubiquity.
- Author
- jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
- Version
- 1.1.1
Definition at line 18 of file ControllerParserPathTrait.php.
◆ addParamsPath()
static addParamsPath |
( |
|
$path, |
|
|
\ReflectionFunctionAbstract |
$method, |
|
|
|
$requirements |
|
) |
| |
|
static |
◆ checkParams()
static checkParams |
( |
\ReflectionFunctionAbstract |
$method, |
|
|
|
$actualParams |
|
) |
| |
|
staticprivate |
◆ checkParamsTypesForRequirement()
static checkParamsTypesForRequirement |
( |
\ReflectionFunctionAbstract |
$method | ) |
|
|
staticprivate |
◆ cleanpath()
static cleanpath |
( |
|
$prefix, |
|
|
|
$path = "" , |
|
|
& |
$isRoot = false |
|
) |
| |
|
static |
◆ getPathFromMethod()
static getPathFromMethod |
( |
\ReflectionMethod |
$method | ) |
|
|
staticprotected |
◆ parseMainPath()
static parseMainPath |
( |
string |
$path, |
|
|
string |
$controllerClass |
|
) |
| |
|
staticprotected |
◆ parseMethodPath()
static parseMethodPath |
( |
\ReflectionFunctionAbstract |
$method, |
|
|
|
$path |
|
) |
| |
|
static |
◆ scanParam()
static scanParam |
( |
& |
$parameters, |
|
|
& |
$hasOptional, |
|
|
|
$matches, |
|
|
|
$index, |
|
|
|
$paramMatch, |
|
|
|
$find, |
|
|
& |
$path, |
|
|
|
$requirement |
|
) |
| |
|
static |
◆ $mainParams
The documentation for this class was generated from the following file: