API16:JLibraryManifest/ construct
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Class constructor, overridden in descendant classes.
Description:JLibraryManifest/ construct
Syntax
__construct($xmlpath='')
| Parameter Name | Default Value | Description |
|---|---|---|
| $properties | $properties Either and associative array or another object to set the initial properties of the object. |
Defined in
libraries/joomla/installer/librarymanifest.php
Importing
jimport( 'joomla.installer.librarymanifest' );
Source Body
function __construct($xmlpath='') { if (strlen($xmlpath)) $this->loadManifestFromXML($xmlpath); }
[Edit See Also] SeeAlso:JLibraryManifest/ construct
Examples
<CodeExamplesForm />
