string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
int lastModified(string $path) Get the file's last modification time. Parameters string $path Return Value int
$this setConnection(Connection $connection) Set the database connection instance. Parameters Connection $connection Return Value $this
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
void error(string $string) Write a string as error output. Parameters string $string Return Value void
Factory interface Factory (View source) Methods Filesystem disk(string $name = null) Get a filesystem implementation.
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
$this maxHeight(int $value) Set the "max height" constraint. Parameters int $value Return Value $this
void delete(string $token) Delete a token record by token. Parameters string $token Return Value void
Page 1 of 996