bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool
ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface
Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection
Collection sortBy(callable|string $callback, int $options = SORT_REGULAR, bool $descending = false) Sort the collection using the given callback. Parameters callable|string $callback int $options bool $descending Return Value Collection
void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
Model getParent() Get the parent model of the relation. Return Value Model
Model create(array $attributes) Create a new instance of the related model. Parameters array $attributes Return Value Model
bool fullUrlIs() Determine if the current request URL and query string matches a pattern. Return Value bool
void fire() Execute the console command. Return Value void
Page 88 of 996