Kraken\Console\Client\Command\Container\ContainerStartCommand::config PHP 메소드

config() 보호된 메소드

protected config ( )
    protected function config()
    {
        $this->setName('container:start')->setDescription('Starts container with given alias.');
        $this->addArgument('alias', InputArgument::REQUIRED, 'Alias of container to be started.');
    }
ContainerStartCommand