Merge branch 'feature/2982-finalize' into develop

This commit is contained in:
odain
2021-04-16 14:04:17 +02:00
24 changed files with 415 additions and 133 deletions

View File

@@ -1838,6 +1838,13 @@ EOF;
{
return $this->oDOMDocument->GetNodes($sXPath, $oContextNode, $bSafe);
}
/**
* @return mixed
*/
public function GetRootDirs() {
return $this->aRootDirs;
}
}
/**