PHP Class SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder

Inheritance: extends Symfony\Component\Finder\Finder
Afficher le fichier Open project: sensiolabs-de/deprecation-detector Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 méthode

public parsePhpFiles ( string $path ) : Result
$path string
Résultat Result