mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed
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
static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model
mixed __get(string $key) Dynamically retrieve the value of an attribute. Parameters string $key Return Value mixed
static string random(int $length = 16) Generate a more truly "random" alpha-numeric string. Parameters int $length Return Value string
array when() Get the events that trigger this service provider to register. Return Value array
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.
bool isFile(string $file) Determine if the given path is a file. Parameters string $file Return Value bool
array provides() Get the services provided by the provider. Return Value array
string toString() Returns a string representation of the object. Return Value string
Page 976 of 996