XmlMapper

Turns strings into XML

class XmlMapper
Copyright
2015-2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
SimpleXMLElement
toXml(?string $xml)

Converts a string to a SimpleXMLElement.

Method Details

toXml

public function toXml(?string $xml)

Converts a string to a SimpleXMLElement.

Parameters
NameTypeDescription
$xml?string

The string to convert

Returns
TypeDescription
SimpleXMLElement

The XML version

Throws
TypeConditions
Illegible

If the string is not XML