Worker::sleep()

void sleep(int $seconds) Sleep the script for a given number of seconds. Parameters int $seconds Return Value void

DatabaseNotification::getVisible()

array getVisible() Get the visible attributes for the model. Return Value array

AuthManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

MorphTo::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

AppNameCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ModelMakeCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

StorageLinkCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

RoutesCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

MaintenanceModeException::__construct()

void __construct(int $time, int $retryAfter = null, string $message = null, Exception $previous = null, int $code) Create a new exception instance. Parameters int $time int $retryAfter string $message Exception $previous int $code Return Value void

CommandMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void