array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array
void register() Register the service provider. Return Value void
array options() Get all of the options passed to the command. Return Value array
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
string getDateFormat() Get the format for database stored dates. Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
void __construct() Create a new console command instance. Return Value void
mixed transaction(Closure $callback, int $attempts = 1) Execute a Closure within a transaction. Parameters Closure $callback int $attempts Return Value mixed Exceptions Throwable
$this weekdays() Schedule the event to run only on weekdays. Return Value $this
Page 51 of 996