Collection filter(callable $callback = null) Run a filter over each of the items. Parameters callable $callback Return Value Collection
mixed random(int $amount = 1) Get one or more items randomly from the collection. Parameters int $amount Return Value mixed Exceptions InvalidArgumentException
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Collection flip() Flip the items in the collection. Return Value Collection
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void __construct(string $prefix = '') Create a new WinCache store. Parameters string $prefix Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
string compileEchoDefaults(string $value) Compile the default values for the echo statement. Parameters string $value Return Value string
migrate($destroy = false, $lifetime = null) {@inheritdoc} Parameters $destroy $lifetime
Page 57 of 996