SortedMiddleware::prepend()

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this

Grammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

MySqlConnection::getDoctrineSchemaManager()

AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager

MySqlConnection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed

Collection::sort()

Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection

Blueprint::dropSoftDeletes()

void dropSoftDeletes() Indicate that the soft delete column should be dropped. Return Value void

MorphPivot::__get()

mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed

SqlServerGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

AbstractPaginator::getPageName()

string getPageName() Get the query string variable used to store the page. Return Value string

FormRequest::intersect()

array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array