PostgresConnection::getFetchMode()

int getFetchMode() Get the default fetch mode for the connection. Return Value int

LengthAwarePaginator::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

NotificationMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

KeyGenerateCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

PolicyMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SortedMiddleware::avg()

mixed avg(callable|string|null $callback = null) Get the average value of a given key. Parameters callable|string|null $callback Return Value mixed

FactoryBuilder::states()

$this states(array|dynamic $states) Set the states to be applied to the model. Parameters array|dynamic $states Return Value $this

Pivot::syncOriginalAttribute()

$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this

DatabaseNotification::setTable()

$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this

Model::saveOrFail()

bool saveOrFail(array $options = array()) Save the model to the database using transaction. Parameters array $options Return Value bool Exceptions Throwable