string __toString() Convert the rule to a validation string. Return Value string
$this orderBy(string $column, string $direction = 'asc') Add an "order by" clause to the query. Parameters string $column string $direction Return Value $this
string getOtherKey() Get the fully qualified "other key" for the relation. Return Value string
string yieldContent(string $section, string $default = '') Get the string contents of a section. Parameters string $section string $default Return Value string
$this setQueueResolver(callable $resolver) Set the queue resolver implementation. Parameters callable $resolver Return Value $this
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
$this addCustomAttributes(array $customAttributes) Add custom attributes to the validator. Parameters array $customAttributes Return Value $this
string getLocale() Get the locale of the paginator. Return Value string
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.
void __construct(Application $artisan) Create a new event instance. Parameters Application $artisan Return Value void
Page 500 of 996