Model::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

Factory::define()

void define(string $class, callable $attributes, string $name = 'default') Define a class with a given set of attributes. Parameters string $class callable $attributes string $name Return Value void

MorphPivot::with()

static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model

Fluent::__get()

mixed __get(string $key) Dynamically retrieve the value of an attribute. Parameters string $key Return Value mixed

Str::random()

static string random(int $length = 16) Generate a more truly "random" alpha-numeric string. Parameters int $length Return Value string

ScheduleServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

InteractsWithQueue

InteractsWithQueue trait InteractsWithQueue (View source) Methods int attempts() Get the number of times the job has been attempted. void delete() Delete the job from the queue. void fail() Fail the job from the queue. void release(int $delay) Release the job back into the queue. $this setJob(Job $job) Set the base queue job instance.

Filesystem::isFile()

bool isFile(string $file) Determine if the given path is a file. Parameters string $file Return Value bool

BroadcastServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

HasSource::toString()

string toString() Returns a string representation of the object. Return Value string