static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void
mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed Exceptions RuntimeException
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
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
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
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.
Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection
$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this
Page 452 of 996