Peridot\Console\ConfigurationReader::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface
    public function __construct(InputInterface $input)
    {
        $this->input = $input;
    }