IsInDefinition is needed => made it public

SVN:trunk[2803]
This commit is contained in:
Denis Flaven
2013-07-17 14:48:10 +00:00
parent 6d60d92b03
commit 481515b419

View File

@@ -1718,7 +1718,7 @@ class MFElement extends DOMElement
* Check if the current node is under a node 'added' or 'altered'
* Usage: In such a case, the change must not be tracked
*/
protected function IsInDefinition()
public function IsInDefinition()
{
// Iterate through the parents: reset the flag if any of them has a flag set
for($oParent = $this ; $oParent instanceof MFElement ; $oParent = $oParent->parentNode)