CallbackEvent::buildCommand()

string buildCommand() Build the command string. Return Value string

CallbackEvent::before()

$this before(Closure $callback) Register a callback to be called before the operation. Parameters Closure $callback Return Value $this

CallbackEvent::at()

$this at(string $time) Schedule the command at a given time. Parameters string $time Return Value $this

CallbackEvent::appendOutputTo()

$this appendOutputTo(string $location) Append the output of the command to a given location. Parameters string $location Return Value $this

CallbackEvent::after()

$this after(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this

CallbackEvent

CallbackEvent class CallbackEvent extends Event (View source) Properties string $command The command string. from Event string $expression The cron expression representing the event's frequency. from Event DateTimeZone|string $timezone The timezone the date should be evaluated on. from Event string $user The user the command should run as. from Event array $environments The list of environments the command should run under. from Event bool $evenInMaintenanceMode Indicates if the

Cache\Events

Illuminate\Cache\Events Classes CacheHit CacheMissed KeyForgotten KeyWritten

Cache\Console

Illuminate\Cache\Console Classes CacheTableCommand ClearCommand

CacheTableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new cache table command instance. Parameters Filesystem $files Composer $composer Return Value void

CacheTableCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void