You are here

function JSimpleXMLElement::data in Ubercart 5

Get the data of the element

@access public

Return value

string

File

uc_store/includes/simplexml.php, line 476

Class

JSimpleXMLElement
SimpleXML Element

Code

function data() {
  return $this->_data;
}