string getKey() Get the API key being used by the transport. Return Value string
void setParameter(string $name, mixed $value) Set a parameter to the given value. Parameters string $name mixed $value Return Value void
void dropTimestampsTz() Indicate that the timestamp columns should be dropped. Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
string __toString() Get the string contents of the view. Return Value string
void listen(string|array $events, mixed $listener, int $priority) Register an event listener with the dispatcher. Parameters string|array $events mixed $listener int $priority Return Value void
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 203 of 996