class
Illuminate
/
Routing
/
RouteAction
RouteAction
Methods
public
static
parse ( $uri , $action ) : array
Parse the given action into an array.
Parameters
- $uri string
- $action mixed
protected
static
missingAction ( $uri ) : array
Get an action for a route that has no action.
Parameters
- $uri string
protected
static
findCallable ( array $action ) : callable
Find the callable in an action array.
Parameters
- $action array
protected
static
makeInvokable ( $action ) : string
Make an action for an invokable controller.
Parameters
- $action string
public
static
containsSerializedClosure ( array $action ) : bool
Determine if the given array actions contain a serialized Closure.
Parameters
- $action array