string get(string $path) Get the contents of a file. Parameters string $path Return Value string Exceptions FileNotFoundException
array getDrivers() Get all of the created "drivers". Return Value array
int retriesLeft(string $key, int $maxAttempts) Get the number of retries left for the given key. Parameters string $key int $maxAttempts Return Value int
string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
void pipeline(string $name, Closure $callback) Define a new named pipeline. Parameters string $name Closure $callback Return Value void
OutputStyle class OutputStyle extends SymfonyStyle (View source) Methods void __construct(InputInterface $input, OutputInterface $output) Create a new Console OutputStyle instance. bool isQuiet() Returns whether verbosity is quiet (-q). bool isVerbose() Returns whether verbosity is verbose (-v). bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). bool isDebug() Returns whether verbosity is debug (-vvv).
void fire() Fire the job. Return Value void
void flush(string $event) Flush a set of pushed events. Parameters string $event Return Value void
string askWithCompletion(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
Page 589 of 996