bool|null load(string $alias) Load a class alias if it is registered. Parameters string $alias Return Value bool|null
string getPageName() Get the input page parameter name used by the paginator. Return Value string
string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
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
Page 201 of 996