Worker::sleep()

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

MakesHttpRequests::seeIsChecked()

$this seeIsChecked(string $selector, bool $negate = false) Assert that the given checkbox is selected. Parameters string $selector bool $negate Return Value $this

DatabaseNotification::getVisible()

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

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

AppNameCommand::callSilent()

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

MorphTo::__clone()

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

AuthManager::__call()

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

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