Kraken\Console\Client\Command\Arch\ArchStopCommand::config PHP 메소드

config() 보호된 메소드

protected config ( )
    protected function config()
    {
        $this->setName('arch:stop')->setDescription('Stops part of architecture.');
        $this->addArgument('alias', InputArgument::REQUIRED, 'Alias of root container to be stoppped.');
    }
ArchStopCommand