AcmePhp\Cli\ActionHandler\ActionHandler::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $postGenerateConfig )
$container Symfony\Component\DependencyInjection\ContainerInterface
$postGenerateConfig array
    public function __construct(ContainerInterface $container, array $postGenerateConfig)
    {
        $this->container = $container;
        $this->postGenerateConfig = $postGenerateConfig;
    }