ControllerDispatcher class ControllerDispatcher (View source) Traits RouteDependencyResolverTrait
int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int
RedirectsUsers trait RedirectsUsers (View source) Methods string redirectPath() Get the post register / login redirect path.
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool is() Alias for the "currentRouteNamed" method. Return Value bool
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
static void currentPageResolver(Closure $resolver) Set the current page resolver callback. Parameters Closure $resolver Return Value void
Page 176 of 996