PHP Interface AcmePhp\Cli\Action\ActionInterface

Author: Titouan Galopin ([email protected])
Afficher le fichier Open project: acmephp/acmephp

Méthodes publiques

Méthode Description
getName ( ) Return this action name.
handle ( array $config, CertificateResponse $response ) Get a certificate response and execute the action with it.

Method Details

getName() public méthode

Return this action name.
public getName ( )

handle() public méthode

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