string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string
string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string
void forgetParameter(string $name) Unset a parameter on the route if it is set. Parameters string $name Return Value void
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
array getExtensions() Get registered extensions. Return Value array
$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this
MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo
Application getLaravel() Get the Laravel application instance. Return Value Application
Page 707 of 996