bool isReleased() Determine if the job was released back into the queue. Return Value bool
bool exists(string $path) Determine if a file exists. Parameters string $path Return Value bool
static array compiles() Get a list of files that should be compiled for the package. Return Value array
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
void listen(string|array $events, mixed $listener, int $priority) Register an event listener with the dispatcher. Parameters string|array $events mixed $listener int $priority Return Value void
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
array only(array|mixed $keys) Get a subset containing the provided keys with values from the input data. Parameters array|mixed $keys Return Value array
array arguments() Get all of the arguments passed to the command. Return Value array
static void register() Register the given class loader on the auto-loader stack. Return Value void
Page 678 of 996