HasOne::__construct()

void __construct(Builder $query, Model $parent, string $foreignKey, string $localKey) Create a new has one or many relationship instance. Parameters Builder $query Model $parent string $foreignKey string $localKey Return Value void

Model::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

Artisan::__call()

mixed __call(string $method, array $parameters) Dynamically pass all missing methods to console Artisan. Parameters string $method array $parameters Return Value mixed

Job

Job class Job (View source) Methods int attempts() Get the number of times the job has been attempted. string getRawBody() Get the raw body string for the job. void fire() Fire the job. void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. void release(int $delay) Release the job back into the queue. bool isReleased() Determine if the job was released back into the queue. bool isDeletedOrReleased() Determine

Job::isReleased()

bool isReleased() Determine if the job was released back into the queue. Return Value bool

Mailer::laterOn()

mixed laterOn(string $queue, int $delay, string|array $view, array $data, Closure|string $callback) Queue a new e-mail message for sending after (n) seconds on the given queue. Parameters string $queue int $delay string|array $view array $data Closure|string $callback Return Value mixed

Paginator

Paginator class Paginator extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the

Fluent::toArray()

array toArray() Convert the Fluent instance to an array. Return Value array

PasswordResetServiceProvider::register()

void register() Register the service provider. Return Value void

MySqlConnection::pretend()

array pretend(Closure $callback) Execute the given callback in "dry run" mode. Parameters Closure $callback Return Value array