PHP Класс SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder

Наследование: extends Symfony\Component\Finder\Finder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( SensioLabs\DeprecationDetector\Parser\ParserInterface $parser, SensioLabs\DeprecationDetector\Console\Output\VerboseProgressOutput $progressOutput, SensioLabs\DeprecationDetector\Finder\FinderFactoryInterface $finderFactory )
parsePhpFiles ( string $path ) : Result

Описание методов

__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

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

public parsePhpFiles ( string $path ) : Result
$path string
Результат Result