stdClass|array|null first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value stdClass|array|null
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
$this level(string $level) Set the "level" of the notification (success, error, etc.). Parameters string $level Return Value $this
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
string getKeyName() Get the primary key for the model. Return Value string
mixed delete() Delete a record from the database. Return Value mixed
void __construct(string $name) Create a new channel instance. Parameters string $name Return Value void
string anticipate(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
Page 441 of 996