PHP 클래스 SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder

상속: extends Symfony\Component\Finder\Finder
파일 보기 프로젝트 열기: sensiolabs-de/deprecation-detector 1 사용 예제들

공개 메소드들

메소드 설명
__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