NotIn::__toString()

string __toString() Convert the rule to a validation string. Return Value string

Builder::orderBy()

$this orderBy(string $column, string $direction = 'asc') Add an "order by" clause to the query. Parameters string $column string $direction Return Value $this

MorphToMany::getOtherKey()

string getOtherKey() Get the fully qualified "other key" for the relation. Return Value string

Factory::yieldContent()

string yieldContent(string $section, string $default = '') Get the string contents of a section. Parameters string $section string $default Return Value string

Dispatcher::setQueueResolver()

$this setQueueResolver(callable $resolver) Set the queue resolver implementation. Parameters callable $resolver Return Value $this

Str::words()

static string words(string $value, int $words = 100, string $end = '...') Limit the number of words in a string. Parameters string $value int $words string $end Return Value string

Validator::addCustomAttributes()

$this addCustomAttributes(array $customAttributes) Add custom attributes to the validator. Parameters array $customAttributes Return Value $this

Factory::getLocale()

string getLocale() Get the locale of the paginator. Return Value string

WorkerOptions

WorkerOptions class WorkerOptions (View source) Properties int $delay The number of seconds before a released job will be available. int $memory The maximum amount of RAM the worker may consume. int $timeout The maximum number of seconds a child worker may run. int $sleep The number of seconds to wait in between polling the queue. int $maxTries The maximum amount of times a job may be attempted.

ArtisanStarting::__construct()

void __construct(Application $artisan) Create a new event instance. Parameters Application $artisan Return Value void