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
$this limit(int $value) Set the "limit" value of the query. Parameters int $value Return Value $this
Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection
string getViewName(string $view = null) Get the name of the pagination view. Parameters string $view Return Value string
static void updated(Closure|string $callback, int $priority) Register an updated model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
array directories(string $directory) Get all of the directories within a given directory. Parameters string $directory Return Value array
bool isDeferred() Determine if the provider is deferred. Return Value bool
void __construct(Model $parent, array $attributes, string $table, bool $exists = false) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value void
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Page 210 of 996