Pivot::push()

bool push() Save the model and all of its relationships. Return Value bool

GenericUser::getRememberToken()

string getRememberToken() Get the "remember me" token value. Return Value string

DatabaseNotificationCollection::max()

mixed max(callable|string|null $callback = null) Get the max value of a given key. Parameters callable|string|null $callback Return Value mixed

QueueServiceProvider::registerRestartCommand()

void registerRestartCommand() Register the queue restart console command. Return Value void

ConfigCacheCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Request::format()

string format(string $default = 'html') Get the data format expected in the response. Parameters string $default Return Value string

MorphMany::addEagerConstraints()

void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void

Mailable::priority()

$this priority(int $level = 3) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this

SessionManager::driver()

mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed

Pivot::hydrateRaw()

static Collection hydrateRaw(string $query, array $bindings = array(), string|null $connection = null) Create a collection of models from a raw query. Parameters string $query array $bindings string|null $connection Return Value Collection