PHP 클래스 Platformsh\Cli\Command\Domain\DomainCommandBase

상속: extends Platformsh\Cli\Command\CommandBase
파일 보기 프로젝트 열기: commerceguys/platform-cli

보호된 프로퍼티들

프로퍼티 타입 설명
$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