PHP Класс Platformsh\Cli\Command\Domain\DomainCommandBase

Наследование: extends Platformsh\Cli\Command\CommandBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$certPath
$chainPaths
$domainName
$keyPath
$sslOptions The final array of SSL options for the client parameters.

Защищенные методы

Метод Описание
addDomainOptions ( )
handleApiException ( GuzzleHttp\Exception\ClientException $e, Platformsh\Client\Model\Project $project ) Output a clear explanation for domains API errors.
readChainFiles ( array $chainPaths ) : array Get the contents of multiple chain files.
validDomain ( string $domain ) : boolean Validate a domain.
validateDomainInput ( Symfony\Component\Console\Input\InputInterface $input ) : boolean
validateSslOptions ( ) : boolean

Описание методов

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

protected addDomainOptions ( )

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

Output a clear explanation for domains API errors.
protected handleApiException ( GuzzleHttp\Exception\ClientException $e, Platformsh\Client\Model\Project $project )
$e GuzzleHttp\Exception\ClientException
$project Platformsh\Client\Model\Project

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

Get the contents of multiple chain files.
protected readChainFiles ( array $chainPaths ) : array
$chainPaths array
Результат array An array of file contents (whitespace trimmed) keyed by file name.

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

Validate a domain.
protected validDomain ( string $domain ) : boolean
$domain string
Результат boolean

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

protected validateDomainInput ( Symfony\Component\Console\Input\InputInterface $input ) : boolean
$input Symfony\Component\Console\Input\InputInterface
Результат boolean

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

protected validateSslOptions ( ) : boolean
Результат boolean

Описание свойств

$certPath защищенное свойство

protected $certPath

$chainPaths защищенное свойство

protected $chainPaths

$domainName защищенное свойство

protected $domainName

$keyPath защищенное свойство

protected $keyPath

$sslOptions защищенное свойство

The final array of SSL options for the client parameters.
protected $sslOptions