Model::create()

static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model

DatabaseNotification::getTouchedRelations()

array getTouchedRelations() Get the relationships that are touched on save. Return Value array

TokenMismatchException

TokenMismatchException class TokenMismatchException extends Exception (View source)

RetryCommand::callSilent()

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

Collection

Collection class Collection extends Collection implements QueueableCollection (View source) Traits Macroable

SQLiteConnection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection

Pipeline::via()

$this via(string $method) Set the method to call on the pipes. Parameters string $method Return Value $this

Request::only()

array only(array|mixed $keys) Get a subset containing the provided keys with values from the input data. Parameters array|mixed $keys Return Value array

SqsQueue::pushRaw()

mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed

Arr::only()

static array only(array $array, array|string $keys) Get a subset of the items from the given array. Parameters array $array array|string $keys Return Value array