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

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

BelongsToMany::simplePaginate()

Paginator simplePaginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName int|null $page Return Value Paginator

User::unguard()

static void unguard(bool $state = true) Disable all mass assignable restrictions. Parameters bool $state Return Value void

InteractsWithPages::seeInField()

$this seeInField(string $selector, string $expected, bool $negate = false) Assert that an input field contains the given value. Parameters string $selector string $expected bool $negate Return Value $this

Job::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

Validator::getMessageBag()

MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag

NotificationFailed

NotificationFailed class NotificationFailed (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name. array $data The data needed to process this failure.