void dropSoftDeletes() Indicate that the soft delete column should be dropped. Return Value void
Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection
mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
Collection shuffle(int $seed = null) Shuffle the items in the collection. Parameters int $seed Return Value Collection
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
$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
static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string
Page 142 of 996