Message::to()

$this to(string|array $address, string|null $name = null, bool $override = false) Add a recipient to the message. Parameters string|array $address string|null $name bool $override Return Value $this

MorphPivot::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

Paginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

MorphOne::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

PostgresConnection::useDefaultSchemaGrammar()

void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void

App::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

PostgresGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

ResourceRegistrar::singularParameters()

static void singularParameters(bool $singular = true) Set or unset the unmapped global parameters to singular. Parameters bool $singular Return Value void

SQLiteGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string

MigrationServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array