No change (just a comment for better typing return values)

SVN:trunk[4846]
This commit is contained in:
Denis Flaven
2017-07-26 08:21:36 +00:00
parent c6b98dd5c1
commit 4710ae6eb7

View File

@@ -192,7 +192,7 @@ class DesignElement extends \DOMElement
* Returns the node directly under the given node
* @param $sTagName
* @param bool|true $bMustExist
* @return null
* @return MFElement
* @throws DOMFormatException
*/
public function GetUniqueElement($sTagName, $bMustExist = true)
@@ -216,7 +216,7 @@ class DesignElement extends \DOMElement
/**
* Returns the node directly under the current node, or null if missing
* @param $sTagName
* @return null
* @return MFElement
* @throws DOMFormatException
*/
public function GetOptionalElement($sTagName)