WorkCommand::arguments()

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

WorkCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

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

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

WithoutMiddleware::disableMiddlewareForAllTests()

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

WithoutMiddleware

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

WithoutEvents::disableEventsForAllTests()

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

WithoutEvents

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

WinCacheStore::__construct()

void __construct(string $prefix = '') Create a new WinCache store. Parameters string $prefix Return Value void

WinCacheStore::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache