PHP Class SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder

Inheritance: extends Symfony\Component\Finder\Finder
Show file Open project: sensiolabs-de/deprecation-detector Class Usage Examples

Public Methods

Method Description
__construct ( SensioLabs\DeprecationDetector\Parser\ParserInterface $parser, SensioLabs\DeprecationDetector\Console\Output\VerboseProgressOutput $progressOutput, SensioLabs\DeprecationDetector\Finder\FinderFactoryInterface $finderFactory )
parsePhpFiles ( string $path ) : Result

Method Details

__construct() public method

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

parsePhpFiles() public method

public parsePhpFiles ( string $path ) : Result
$path string
return Result