PHP 클래스 AcmePhp\Cli\ActionHandler\ActionHandler

저자: Titouan Galopin ([email protected])
파일 보기 프로젝트 열기: acmephp/acmephp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $postGenerateConfig )
handle ( CertificateResponse $response ) Apply all the registered actions to the given certificate response.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $postGenerateConfig )
$container Symfony\Component\DependencyInjection\ContainerInterface
$postGenerateConfig array

handle() 공개 메소드

Apply all the registered actions to the given certificate response.
public handle ( CertificateResponse $response )
$response AcmePhp\Ssl\CertificateResponse