Source for file library.php
Documentation is available at library.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! Library Manifest File
* @package Joomla.Libraries
* File system name of the library
* Creation Date of the library
* Copyright notice for the library
* License for the library
* Author email for the library
* Author URL for the library
* Apply manifest data from a SimpleXMLElement to the object.
* @param SimpleXMLElement $xml Data to load
$this->name = (string)
$xml->name;
$this->version = (string)
$xml->version;
$this->creationdate = (string)
$xml->creationDate;
$this->author = (string)
$xml->author;
$this->packager = (string)
$xml->packager;
$this->update = (string)
$xml->update;
if (isset
($xml->files) && isset
($xml->files->file) &&
count($xml->files->file))
foreach ($xml->files->file as $file)
Documentation generated on Tue, 19 Nov 2013 15:07:03 +0100 by phpDocumentor 1.4.3