string __toString() Get the string contents of the view. Return Value string
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
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
static array compiles() Get a list of files that should be compiled for the package. Return Value array
bool exists(string $path) Determine if a file exists. Parameters string $path Return Value bool
bool isReleased() Determine if the job was released back into the queue. Return Value bool
bool|null fire() Execute the console command. Return Value bool|null
Page 202 of 996