You are here

function JSimpleXMLElement::name in Ubercart 5

Get the name of the element

@access public

Return value

string

File

uc_store/includes/simplexml.php, line 448

Class

JSimpleXMLElement
SimpleXML Element

Code

function name() {
  return $this->_name;
}