RouteSignatureParameters
in package
Table of Contents
- fromAction() : array<string|int, mixed>
- Extract the route action's signature parameters.
- fromClassMethodString() : array<string|int, mixed>
- Get the parameters for the given class / method by string.
Methods
fromAction()
Extract the route action's signature parameters.
public
static fromAction(array<string|int, mixed> $action[, string $subClass = null ]) : array<string|int, mixed>
Parameters
- $action : array<string|int, mixed>
- $subClass : string = null
Return values
array<string|int, mixed> —fromClassMethodString()
Get the parameters for the given class / method by string.
protected
static fromClassMethodString(string $uses) : array<string|int, mixed>
Parameters
- $uses : string