Back to Form class

Method getXml

public \SimpleXMLElement
getXml
()
Method to get the XML form object
Returns
  • \SimpleXMLElement The form XML object
Since
  • 3.2
Class: Form
Project: Joomla

Method getXml - Source code

/**
 * Method to get the XML form object
 *
 * @return  \SimpleXMLElement  The form XML object
 *
 * @since   3.2
 */
public function getXml()
{
    return $this->xml;
}