ScheduleServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Factory::incrementRender()

void incrementRender() Increment the rendering counter. Return Value void

User::unsetEventDispatcher()

static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void

Validator::getCustomValues()

array getCustomValues() Get the custom values for the validator. Return Value array

MigratePublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

DatabaseNotification::__callStatic()

static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed

ArtisanStarting::__construct()

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

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.

Factory::getLocale()

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

Validator::addCustomAttributes()

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