LibraryManifest
Extends ManifestJoomla! Library Manifest File
since |
3.1 |
---|---|
package |
Joomla CMS |
Methods
__construct
Constructor
__construct( xmlpath = '') :
since |
3.1 |
---|
Arguments
- xmlpath
string
Path to XML manifest file.
Response
mixed
loadManifestFromData
Apply manifest data from a \SimpleXMLElement to the object.
loadManifestFromData(\SimpleXMLElement xml) :
since |
3.1 |
---|
Arguments
- xml
SimpleXMLElement
Data to load
Response
void
loadManifestFromXml
Load a manifest from a file
loadManifestFromXml( xmlfile) :
since |
3.1 |
---|
Arguments
- xmlfile
string
Path to file to load
Response
bool
Properties
_errors
The error messages
since |
4.3.0 |
---|
Type(s)
array<string|int, mixed>
manifest_file
Path to the manifest file
since |
3.1 |
---|
Type(s)
string
name
Name of the extension
since |
3.1 |
---|
Type(s)
string
version
Version of the extension
since |
3.1 |
---|
Type(s)
string
description
Description of the extension
since |
3.1 |
---|
Type(s)
string
packager
Packager of the extension
since |
3.1 |
---|
Type(s)
string
packagerurl
Packager's URL of the extension
since |
3.1 |
---|
Type(s)
string
update
Update site for the extension
since |
3.1 |
---|
Type(s)
string
filelist
List of files in the extension
since |
3.1 |
---|
Type(s)
array<string|int, mixed>
creationdate
Creation date of the library
since |
4.3.0 |
---|
Type(s)
string
libraryname
File system name of the library
since |
3.1 |
---|
Type(s)
string
creationDate
Creation Date of the library
since |
3.1 |
---|
Type(s)
string
copyright
Copyright notice for the library
since |
3.1 |
---|
Type(s)
string
license
License for the library
since |
3.1 |
---|
Type(s)
string
author
Author for the library
since |
3.1 |
---|
Type(s)
string
authoremail
Author email for the library
since |
3.1 |
---|
Type(s)
string
authorurl
Author URL for the library
since |
3.1 |
---|
Type(s)
string