Class AsyncCommand
package |
Ascmvc\EventSourcing |
---|
__construct(\Ascmvc\AbstractApp $webapp)
configure()
execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output) : integer|null
This method is not abstract because you can use this class as a concrete class. In this case, instead of defining the execute() method, you set the code to execute by passing a Closure to the setCode() method.
see | \Ascmvc\EventSourcing\setCode() |
---|---|
Throws |
|
\Symfony\Component\Console\Input\InputInterface
\Symfony\Component\Console\Output\OutputInterface
integer|null
null or 0 if everything went fine, or an error code
getWebapp() : \Ascmvc\AbstractApp
webapp : \Ascmvc\AbstractApp
defaultName : string
var |
---|
string