static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
$this setUri(string $uri) Set the URI that the route responds to. Parameters string $uri Return Value $this
$this setRouter(Router $router) Set the router instance on the route. Parameters Router $router Return Value $this
void setParameter(string $name, mixed $value) Set a parameter to the given value. Parameters string $name mixed $value Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
$this setContainer(Container $container) Set the container instance on the route. Parameters Container $container Return Value $this
$this setAction(array $action) Set the action array for the route. Parameters array $action Return Value $this
bool secure() Determine if the route only responds to HTTPS requests. Return Value bool
mixed run(Request $request) Run the route action and return the response. Parameters Request $request Return Value mixed
array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies. Parameters array $parameters ReflectionFunctionAbstract $reflector Return Value array
Page 223 of 996