PHP 인터페이스 AcmePhp\Cli\Action\ActionInterface

저자: Titouan Galopin ([email protected])
파일 보기 프로젝트 열기: acmephp/acmephp

공개 메소드들

메소드 설명
getName ( ) Return this action name.
handle ( array $config, CertificateResponse $response ) Get a certificate response and execute the action with it.

메소드 상세

getName() 공개 메소드

Return this action name.
public getName ( )

handle() 공개 메소드

Use the given configuration if needed.
public handle ( array $config, CertificateResponse $response )
$config array
$response AcmePhp\Ssl\CertificateResponse