WorkCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

HasManyThrough::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

Bus::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

HasOne::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

MorphOne::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

User::updating()

static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

Pivot::__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

HasOne::addEagerConstraints()

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

ReminderServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

Guard::attempt()

bool attempt(array $credentials = array(), bool $remember = false, bool $login = true) Attempt to authenticate a user using the given credentials. Parameters array $credentials bool $remember bool $login Return Value bool