Builder::cursor()

Generator cursor() Get a generator for the given query. Return Value Generator

FailedTableCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

QueueManager::__call()

mixed __call(string $method, array $parameters) Dynamically pass calls to the default connection. Parameters string $method array $parameters Return Value mixed

TranslationServiceProvider::when()

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

User::usesTimestamps()

bool usesTimestamps() Determine if the model uses timestamps. Return Value bool

ValidationException

ValidationException class ValidationException extends RuntimeException (View source) Methods void __construct(MessageProvider $provider) Create a new validation exception instance. MessageBag errors() Get the validation error message provider. MessageProvider getMessageProvider() Get the validation error message provider.

MorphToMany::getEager()

Collection getEager() Get the relationship for eager loading. Return Value Collection

PostgresConnection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed

SqlServerConnection::reconnect()

void reconnect() Reconnect to the database. Return Value void Exceptions LogicException

Log::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void