mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
No change (just a comment for better typing return values)
SVN:trunk[4846]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user