PHP Interface AcmePhp\Cli\Action\ActionInterface

Author: Titouan Galopin ([email protected])
Datei anzeigen Open project: acmephp/acmephp

Public Methods

Method 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 method

Return this action name.
public getName ( )

handle() public method

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