Source for file package.php
Documentation is available at package.php
* @package Joomla.Libraries
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Joomla! Package Manifest File
* @package Joomla.Libraries
* Unique name of the package
* Website for the package
* Scriptfile for the package
* Apply manifest data from a SimpleXMLElement to the object.
* @param SimpleXMLElement $xml Data to load
$this->name = (string)
$xml->name;
$this->update = (string)
$xml->update;
$this->authorurl = (string)
$xml->authorUrl;
$this->author = (string)
$xml->author;
$this->authoremail = (string)
$xml->authorEmail;
$this->packager = (string)
$xml->packager;
$this->version = (string)
$xml->version;
if (isset
($xml->files->file) &&
count($xml->files->file))
foreach ($xml->files->file as $file)
// NOTE: JInstallerExtension doesn't expect a string.
Documentation generated on Tue, 19 Nov 2013 15:10:00 +0100 by phpDocumentor 1.4.3