AcmePhp\Cli\Action\ActionInterface::handle PHP Метод

handle() публичный метод

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