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

__construct() public method

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