Peridot\Console\ConfigurationReader::__construct PHP Méthode

__construct() public méthode

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