Cloud::get()

string get(string $path) Get the contents of a file. Parameters string $path Return Value string Exceptions FileNotFoundException

SessionManager::getDrivers()

array getDrivers() Get all of the created "drivers". Return Value array

RateLimiter::retriesLeft()

int retriesLeft(string $key, int $maxAttempts) Get the number of retries left for the given key. Parameters string $key int $maxAttempts Return Value int

SqlServerGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

WorkCommand::warn()

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

Hub::pipeline()

void pipeline(string $name, Closure $callback) Define a new named pipeline. Parameters string $name Closure $callback Return Value void

OutputStyle

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).

DatabaseJob::fire()

void fire() Fire the job. Return Value void

Dispatcher::flush()

void flush(string $event) Flush a set of pushed events. Parameters string $event Return Value void

ConsoleMakeCommand::askWithCompletion()

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