static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed
void __construct(Application $artisan) Create a new event instance. Parameters Application $artisan Return Value void
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.
string getLocale() Get the locale of the paginator. Return Value string
$this addCustomAttributes(array $customAttributes) Add custom attributes to the validator. Parameters array $customAttributes 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
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
string content() Get the content of the response. Return Value string
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Page 179 of 996