BelongsToMany::get()

Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection

Builder::getConnection()

ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface

Request::hasFile()

bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool

BladeCompiler::getEscapedContentTags()

string getEscapedContentTags() Gets the escaped content tags used for the compiler. Return Value string

NotificationTableCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

Collection::groupBy()

Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection

Builder::blueprintResolver()

void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void

FilesystemManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

FormRequest::flashExcept()

void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void

MorphPivot::getPerPage()

int getPerPage() Get the number of models to return per page. Return Value int