Platformsh\Cli\Command\Domain\DomainCommandBase::addDomainOptions PHP Метод

addDomainOptions() защищенный Метод

protected addDomainOptions ( )
    protected function addDomainOptions()
    {
        $this->addArgument('name', InputArgument::REQUIRED, 'The domain name')->addOption('cert', null, InputOption::VALUE_REQUIRED, 'The path to the certificate file for this domain')->addOption('key', null, InputOption::VALUE_REQUIRED, 'The path to the private key file for the provided certificate.')->addOption('chain', null, InputOption::VALUE_IS_ARRAY | InputOption::VALUE_REQUIRED, 'The path to the certificate chain file or files for the provided certificate');
    }