Implementation and integration...

SVN:trunk[1981]
This commit is contained in:
Denis Flaven
2012-05-10 09:06:36 +00:00
parent d27ab4128c
commit fb8d93319d

View File

@@ -1234,9 +1234,9 @@ class MFElement extends DOMElement
* where value can be the either a text or an array of items... recursively
* Returns a PHP array
*/
public function GetNodeAsArrayOfItems()
public function GetNodeAsArrayOfItems($sElementName = 'items')
{
$oItems = $this->GetOptionalElement('items');
$oItems = $this->GetOptionalElement($sElementName);
if ($oItems)
{
$res = array();