__construct(Authenticatable|null $user, array $credentials) Create a new event instance. Parameters Authenticatable|null $user array $credentials
string tagKey(string $name) Get the tag identifier key for a given tag. Parameters string $name Return Value string
void handle() Execute the console command. Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
bool logging() Determine whether we're logging queries. Return Value bool
bool|null fire() Execute the console command. Return Value bool|null
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
void matched(string|callable $callback) Register a route matched event listener. Parameters string|callable $callback Return Value void
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
Page 189 of 996