WorkCommand::anticipate()

string anticipate(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

WorkCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

WorkCommand::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

WorkCommand

WorkCommand class WorkCommand extends Command (View source) Methods void __construct(Worker $worker) Create a new queue listen command. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string|int $name) De

WithoutEvents

WithoutEvents trait WithoutEvents (View source) Methods disableEventsForAllTests() Prevent all event handles from being executed.

WithoutMiddleware

WithoutMiddleware trait WithoutMiddleware (View source) Methods disableMiddlewareForAllTests() Prevent all middleware from being executed for this test class.

WithoutMiddleware::disableMiddlewareForAllTests()

disableMiddlewareForAllTests() Prevent all middleware from being executed for this test class. Exceptions Exception

WithoutEvents::disableEventsForAllTests()

disableEventsForAllTests() Prevent all event handles from being executed. Exceptions Exception

WinCacheStore::section()

TaggedCache section(string $name) deprecated deprecated since version 5.1. Use tags instead. Begin executing a new tags operation. Parameters string $name Return Value TaggedCache

WinCacheStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool