PHP Класс AcmePhp\Cli\ActionHandler\ActionHandler

Автор: Titouan Galopin ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $postGenerateConfig )
handle ( CertificateResponse $response ) Apply all the registered actions to the given certificate response.

Описание методов

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

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

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

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