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