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