60         $this->manifestObject = $xml;
 
   89         if (in_array(
$name, $this->validAttributes) && isset($this->manifest[
$name])) {
 
   90             return $this->manifest[
$name];
 
if($guid==elgg_get_logged_in_user_guid()) $name
 
getManifest()
Return the parsed manifest array.
 
parse()
Parse the XML object into an array.
 
__construct(\ElggXMLElement $xml, $caller)
Loads the manifest XML to be parsed.
 
getAttribute($name)
Return an attribute in the manifest.
 
getManifestObject()
Returns the manifest XML object.