XmlSchema
class XmlSchema implements XmlSchemaInterface (View source)
Properties
protected | $elementList |
Methods
__construct($elementList = [])
No description
arrayToXML($structuredData)
No description
determineElementName($key, $childElementName, $value)
No description
getTopLevelElementName($structuredData)
No description
getDefaultElementName($parentElementName)
No description
isAttribute($parentElementName, $elementName, $value)
No description
inElementList($parentElementName, $elementName)
No description
singularForm($name)
No description
isAssoc($data)
No description
Details
__construct($elementList = [])
No description
arrayToXML($structuredData)
No description
protected
addXmlData(DOMDocument $dom, $xmlParent, $elementName, $structuredData)
No description
protected
addXmlChildren(DOMDocument $dom, $xmlParent, $elementName, $structuredData)
No description
protected
addXmlDataOrAttribute(DOMDocument $dom, $xmlParent, $elementName, $key, $value)
No description
protected
determineElementName($key, $childElementName, $value)
No description
protected
getTopLevelElementName($structuredData)
No description
protected
getDefaultElementName($parentElementName)
No description
protected
isAttribute($parentElementName, $elementName, $value)
No description
protected
inElementList($parentElementName, $elementName)
No description
protected
singularForm($name)
No description
protected
isAssoc($data)
No description