$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection
void dropSoftDeletes() Indicate that the soft delete column should be dropped. Return Value void
mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
string getPageName() Get the query string variable used to store the page. Return Value string
array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array
Page 985 of 996