void assertFired(string $event, callable|null $callback = null) Assert if an event was fired based on a truth-test callback. Parameters string $event callable|null $callback Return Value void
Generator cursor() Get a generator for the given query. Return Value Generator
Collection|Builder[] get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection|Builder[]
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void setSelector(MessageSelector $selector) Set the message selector instance. Parameters MessageSelector $selector Return Value void
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
void touchOwners() Touch the owning relations of the model. Return Value void
Model create(array $attributes) Create a new instance of the related model. Parameters array $attributes Return Value Model
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
Page 885 of 996