TheSeer\phpDox\Collector\IndexCollection::__construct PHP Method

__construct() public method

public __construct ( TheSeer\phpDox\FileInfo $srcDir )
$srcDir TheSeer\phpDox\FileInfo
    public function __construct(FileInfo $srcDir)
    {
        $this->srcDir = $srcDir;
    }