W3cubDocs

/Laravel 5.8

RouteSignatureParameters

class RouteSignatureParameters (View source)

Methods

static array fromAction(array $action, string|null $subClass = null)

Extract the route action's signature parameters.

static array fromClassMethodString(string $uses)

Get the parameters for the given class / method by string.

Details

static array fromAction(array $action, string|null $subClass = null)

Extract the route action's signature parameters.

Parameters

array $action
string|null $subClass

Return Value

array

static protected array fromClassMethodString(string $uses)

Get the parameters for the given class / method by string.

Parameters

string $uses

Return Value

array

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Routing/RouteSignatureParameters.html