Kraken\Console\Client\Command\Command::command PHP Метод

command() абстрактный защищенный Метод

This method should contain command logic.
abstract protected command ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed[]
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат mixed[]
    protected abstract function command(InputInterface $input, OutputInterface $output);