int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
$this success() Indicate that the notification gives information about a successful operation. Return Value $this
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
array attributesToArray() Convert the model's attributes to an array. Return Value array
DispatchesJobs trait DispatchesJobs (View source) Methods mixed dispatchNow(mixed $job) Dispatch a command to its appropriate handler in the current process.
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string freshTimestampString() Get a fresh timestamp for the model. Return Value string
array getQueryLog() Get the connection query log. Return Value array
Page 933 of 996