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
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
string first(string $key = null, string $format = null) Get the first message from the bag for a given key. Parameters string $key string $format Return Value string
static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed
void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void
void question(string $string) Write a string as question output. Parameters string $string Return Value void
Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection
Page 157 of 996