Paginator::setPageName()

$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this

RestartCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Pivot::fresh()

$this|null fresh(array|string $with = array()) Reload a fresh model instance from the database. Parameters array|string $with Return Value $this|null

Validator::addExtensions()

void addExtensions(array $extensions) Register an array of custom validator extensions. Parameters array $extensions Return Value void

Mailer::setQueue()

$this setQueue(Factory $queue) Set the queue manager instance. Parameters Factory $queue Return Value $this

ConfigPublishCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

Pivot::belongsTo()

BelongsTo belongsTo(string $related, string $foreignKey = null, string $otherKey = null, string $relation = null) Define an inverse one-to-one or many relationship. Parameters string $related string $foreignKey string $otherKey string $relation Return Value BelongsTo

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