class
Illuminate
/
Routing
/
RouteSignatureParameters
You are viewing an older version of the documentation. For the latest, please visit master documentation.
RouteSignatureParameters
Methods
public
static
fromAction ( array $action , $subClass ) : array
Extract the route action's signature parameters.
Parameters
- $action array
- $subClass string|null
protected
static
fromClassMethodString ( $uses ) : array
Get the parameters for the given class / method by string.
Parameters
- $uses string