Skip to content

setElementsAttrs function #1

@richarddwalsh

Description

@richarddwalsh

I'm trying to utilize the setElementsAttrs and it's for the most part working as expected. However I have a variable number of Elements that need to have specific attributes that are unknown until after the array is created.

Basically what I need to do is
$array2xml->setElementsAttrs(array('group' => $group_attr, 'record' => $rec_attr[$i], 'meta' => $meta_attr[$i]));

where $i would be that specific element row.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions