SSH::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Handler::renderForConsole()

void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void

Dispatcher::dispatchToQueue()

mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed Exceptions RuntimeException

MaintenanceServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

HasManyThrough::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

MorphToMany::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

Connection::getPostProcessor()

Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor

InteractsWithQueue

InteractsWithQueue trait InteractsWithQueue (View source) Methods int attempts() Get the number of times the job has been attempted. void delete() Delete the job from the queue. void fail() Fail the job from the queue. void release(int $delay) Release the job back into the queue. $this setJob(Job $job) Set the base queue job instance.

DatabaseNotificationCollection::chunk()

Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection

Event::timezone()

$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this