void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
$this thursdays() Schedule the event to run only on Thursdays. Return Value $this
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed
Illuminate\Foundation\Bootstrap Classes BootProviders ConfigureLogging DetectEnvironment HandleExceptions LoadConfiguration RegisterFacades RegisterProviders SetRequestForConsole
$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Page 94 of 996