code for review update

This commit is contained in:
Arno Kaimbacher 2019-04-17 16:01:38 +02:00
parent 53e43b7bbf
commit 5193e4f5b5
15 changed files with 262 additions and 37 deletions

View file

@ -126,7 +126,7 @@ class XmlModel
return $domDocument;
}
//create xml:
//$domDocument == null -> create xml:
$domDocument = $this->strategy->getDomDocument();
//if caching is not desired, return domDocument
if (is_null($this->cache)) {