SensioLabs\DeprecationDetector\RuleSet\DirectoryTraverser::__construct PHP Метод

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

public __construct ( ParsedPhpFileFinder $finder )
$finder SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder
    public function __construct(ParsedPhpFileFinder $finder)
    {
        $this->finder = $finder;
    }
DirectoryTraverser