PHPSpec2\Console\IO::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Helper\HelperSet $helpers )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$helpers Symfony\Component\Console\Helper\HelperSet
    public function __construct(InputInterface $input, OutputInterface $output, HelperSet $helpers)
    {
        $this->input = $input;
        $this->output = $output;
        $this->helpers = $helpers;
    }