You are here

function JSimpleXMLElement::setData in Ubercart 5

Set the data of the element

@access public

Parameters

string $data:

Return value

string

File

uc_store/includes/simplexml.php, line 487

Class

JSimpleXMLElement
SimpleXML Element

Code

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