RetryCommand::anticipate()

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

JoinClause::limit()

$this limit(int $value) Set the "limit" value of the query. Parameters int $value Return Value $this

DatabaseNotificationCollection::zip()

Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection

Factory::getViewName()

string getViewName(string $view = null) Get the name of the pagination view. Parameters string $view Return Value string

Pivot::updated()

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

Filesystem::directories()

array directories(string $directory) Get all of the directories within a given directory. Parameters string $directory Return Value array

PublisherServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

MorphPivot::__construct()

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

MorphPivot::guard()

$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this

ViewPublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array