Back to InstallerAdapter class

Method getManifest

public \SimpleXMLElement
getManifest
()
Get the manifest object.
Returns
  • \SimpleXMLElement Manifest object
Since
  • 3.4

Method getManifest - Source code

/**
 * Get the manifest object.
 *
 * @return  \SimpleXMLElement  Manifest object
 *
 * @since   3.4
 */
public function getManifest()
{
    return $this->manifest;
}