PHP 클래스 AcmePhp\Cli\Repository\Repository

저자: Titouan Galopin ([email protected])
상속: implements AcmePhp\Cli\Repository\RepositoryInterface
파일 보기 프로젝트 열기: acmephp/acmephp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Serializer\SerializerInterface $serializer, League\Flysystem\FilesystemInterface $master, League\Flysystem\FilesystemInterface $backup, boolean $enableBackup )
hasAccountKeyPair ( )
hasDomainAuthorizationChallenge ( $domain )
hasDomainCertificate ( $domain )
hasDomainDistinguishedName ( $domain )
hasDomainKeyPair ( $domain )
loadAccountKeyPair ( )
loadDomainAuthorizationChallenge ( $domain )
loadDomainCertificate ( $domain )
loadDomainDistinguishedName ( $domain )
loadDomainKeyPair ( $domain )
save ( $path, $content, $visibility = self::VISIBILITY_PRIVATE )
storeAccountKeyPair ( KeyPair $keyPair )
storeCertificateResponse ( CertificateResponse $certificateResponse )
storeDomainAuthorizationChallenge ( $domain, AcmePhp\Core\Protocol\AuthorizationChallenge $authorizationChallenge )
storeDomainCertificate ( $domain, Certificate $certificate )
storeDomainDistinguishedName ( $domain, DistinguishedName $distinguishedName )
storeDomainKeyPair ( $domain, KeyPair $keyPair )

비공개 메소드들

메소드 설명
backupAndUpdate ( $path, $content )
createAndBackup ( $path, $content )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Serializer\SerializerInterface $serializer, League\Flysystem\FilesystemInterface $master, League\Flysystem\FilesystemInterface $backup, boolean $enableBackup )
$serializer Symfony\Component\Serializer\SerializerInterface
$master League\Flysystem\FilesystemInterface
$backup League\Flysystem\FilesystemInterface
$enableBackup boolean

hasAccountKeyPair() 공개 메소드

public hasAccountKeyPair ( )

hasDomainAuthorizationChallenge() 공개 메소드

public hasDomainAuthorizationChallenge ( $domain )

hasDomainCertificate() 공개 메소드

public hasDomainCertificate ( $domain )

hasDomainDistinguishedName() 공개 메소드

public hasDomainDistinguishedName ( $domain )

hasDomainKeyPair() 공개 메소드

public hasDomainKeyPair ( $domain )

loadAccountKeyPair() 공개 메소드

public loadAccountKeyPair ( )

loadDomainAuthorizationChallenge() 공개 메소드

loadDomainCertificate() 공개 메소드

public loadDomainCertificate ( $domain )

loadDomainDistinguishedName() 공개 메소드

public loadDomainDistinguishedName ( $domain )

loadDomainKeyPair() 공개 메소드

public loadDomainKeyPair ( $domain )

save() 공개 메소드

public save ( $path, $content, $visibility = self::VISIBILITY_PRIVATE )

storeAccountKeyPair() 공개 메소드

public storeAccountKeyPair ( KeyPair $keyPair )
$keyPair AcmePhp\Ssl\KeyPair

storeCertificateResponse() 공개 메소드

public storeCertificateResponse ( CertificateResponse $certificateResponse )
$certificateResponse AcmePhp\Ssl\CertificateResponse

storeDomainAuthorizationChallenge() 공개 메소드

public storeDomainAuthorizationChallenge ( $domain, AcmePhp\Core\Protocol\AuthorizationChallenge $authorizationChallenge )
$authorizationChallenge AcmePhp\Core\Protocol\AuthorizationChallenge

storeDomainCertificate() 공개 메소드

public storeDomainCertificate ( $domain, Certificate $certificate )
$certificate AcmePhp\Ssl\Certificate

storeDomainDistinguishedName() 공개 메소드

public storeDomainDistinguishedName ( $domain, DistinguishedName $distinguishedName )
$distinguishedName AcmePhp\Ssl\DistinguishedName

storeDomainKeyPair() 공개 메소드

public storeDomainKeyPair ( $domain, KeyPair $keyPair )
$keyPair AcmePhp\Ssl\KeyPair