PHP Class AcmePhp\Cli\ActionHandler\ActionHandler

Author: Titouan Galopin ([email protected])
显示文件 Open project: acmephp/acmephp Class Usage Examples

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $postGenerateConfig )
handle ( CertificateResponse $response ) Apply all the registered actions to the given certificate response.

Method Details

__construct() public method

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

handle() public method

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