Collection pushed(string $job, callable|null $callback = null) Get all of the jobs matching a truth-test callback. Parameters string $job callable|null $callback Return Value Collection
string decrypt(string $payload) Decrypt the given value. Parameters string $payload Return Value string Exceptions DecryptException
Builder|Builder selectRaw(string $expression, array $bindings = array()) Add a new "raw" select expression to the query. Parameters string $expression array $bindings Return Value Builder|Builder
void addConstraints() Set the base constraints on the relation query. Return Value void
array getVisible() Get the visible attributes for the model. Return Value array
string getPlainForeignKey() Get the plain foreign key. Return Value string
void dump() Dump the content from the last response. Return Value void
bool isDirectory(string $directory) Determine if the given path is a directory. Parameters string $directory Return Value bool
bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. Parameters string $path string|resource $contents string $visibility Return Value bool
Model firstOrCreate(array $attributes) Get the first related record matching the attributes or create it. Parameters array $attributes Return Value Model
Page 725 of 996