SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder::__construct PHP Метод

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

public __construct ( SensioLabs\DeprecationDetector\Parser\ParserInterface $parser, SensioLabs\DeprecationDetector\Console\Output\VerboseProgressOutput $progressOutput, SensioLabs\DeprecationDetector\Finder\FinderFactoryInterface $finderFactory )
$parser SensioLabs\DeprecationDetector\Parser\ParserInterface
$progressOutput SensioLabs\DeprecationDetector\Console\Output\VerboseProgressOutput
$finderFactory SensioLabs\DeprecationDetector\Finder\FinderFactoryInterface
    public function __construct(ParserInterface $parser, VerboseProgressOutput $progressOutput, FinderFactoryInterface $finderFactory)
    {
        $this->parser = $parser;
        $this->progressOutput = $progressOutput;
        $this->finderFactory = $finderFactory;
    }
ParsedPhpFileFinder