Model::forceDelete()

bool|null forceDelete() Force a hard delete on a soft deleted model. This method protects developers from running forceDelete when trait is missing. Return Value bool|null

User::getVisible()

array getVisible() Get the visible attributes for the model. Return Value array

PostgresConnector::getDefaultOptions()

array getDefaultOptions() Get the default PDO connection options. Return Value array

Arr::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

ResetCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MailableMailer::cc()

$this cc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this

IronJob::delete()

void delete() Delete the job from the queue. Return Value void

DatabaseNotification::delete()

bool|null delete() Delete the model from the database. Return Value bool|null Exceptions Exception

Connection::setQueryGrammar()

void setQueryGrammar(Grammar $grammar) Set the query grammar used by the connection. Parameters Grammar $grammar Return Value void

XCacheStore::decrement()

int|bool decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool