function JSimpleXMLElement::level in Ubercart 5
Get the level of the element
@access public
Return value
int
File
- uc_store/
includes/ simplexml.php, line 507
Class
- JSimpleXMLElement
- SimpleXML Element
Code
function level() {
return $this->_level;
}