Class JLibraryManifest. Файл манифест joomla
JLibraryManifest (Документация по Joomla 1.7)
Joomla.Platform\JLibraryManifest
libraries/joomla/installer/librarymanifest.php at line 21 JObject└─JLibraryManifestpublic class JLibraryManifestextends JObject
Subpackage: Installer Since: 11.1string author Author for the extension | $author |
string authoremail Author email for the extension | $authoremail |
string authorurl Author url for the extension | $authorurl |
string copyright Copyright notice for the extension | $copyright |
date creationDate Creation Date of the extension | $creationDate |
string description Description of the library | $description |
string[] filelist List of files in the library | $filelist |
string libraryname File system name of the library | $libraryname |
string license License for the extension | $license |
string manifest_file Path to manifest file | $manifest_file |
string name Name of Library | $name |
string packager Name of the packager for the library (may also be porter) | $packager |
string packagerurl URL of the packager for the library (may also be porter) | $packagerurl |
string update URL of the update site | $update |
string version Version of the library | $version |
_errors |
__construct, __toString, def, get, getError, getErrors, getProperties, set, setError, setProperties, toString |
Field Detail
libraries/joomla/installer/librarymanifest.php at line 54author
public string author Author for the extension $author = '' libraries/joomla/installer/librarymanifest.php at line 58
authoremail
public string authoremail Author email for the extension $authoremail = '' libraries/joomla/installer/librarymanifest.php at line 62 authorurl
public string authorurl Author url for the extension $authorurl = '' libraries/joomla/installer/librarymanifest.php at line 46copyright
public string copyright Copyright notice for the extension $copyright = '' libraries/joomla/installer/librarymanifest.php at line 42creationDate
public date creationDate Creation Date of the extension $creationDate = '' libraries/joomla/installer/librarymanifest.php at line 38description
public string description Description of the library $description = '' libraries/joomla/installer/librarymanifest.php at line 78filelist
public string[] filelist List of files in the library $filelist = array() libraries/joomla/installer/librarymanifest.php at line 30libraryname
public string libraryname File system name of the library $libraryname = '' libraries/joomla/installer/librarymanifest.php at line 50license
public string license License for the extension $license = '' libraries/joomla/installer/librarymanifest.php at line 82
manifest_file
public string manifest_file Path to manifest file $manifest_file = '' libraries/joomla/installer/librarymanifest.php at line 26 name
public string name Name of Library $name = '' libraries/joomla/installer/librarymanifest.php at line 66packager
public string packager Name of the packager for the library (may also be porter) $packager = '' libraries/joomla/installer/librarymanifest.php at line 70packagerurl
public string packagerurl URL of the packager for the library (may also be porter) $packagerurl = '' libraries/joomla/installer/librarymanifest.php at line 74update
public string update URL of the update site $update = '' libraries/joomla/installer/librarymanifest.php at line 34version
public string version Version of the library $version = ''Constructor Detail
libraries/joomla/installer/librarymanifest.php at line 88__construct
public JObject __construct(string xmlpath, mixed properties)Constructor
Parameters: xmlpath - Path to an XML file to load the manifest from Since: 11.1Method Detail
libraries/joomla/installer/librarymanifest.php at line 97
loadManifestFromXML
public void loadManifestFromXML(string xmlfile) Load a manifest from a file
Parameters: xmlfile - Path to file to load Вернуться к записям по теме Joomla.ya.samposebe.ru
JLibraryManifest (Документация по Joomla 2.5.4)
Вернуться к записям по теме Joomla.Joomla.Platform\JLibraryManifest
libraries/joomla/installer/librarymanifest.php at line 21 JObject└─JLibraryManifestpublic class JLibraryManifestextends JObject
Subpackage: Installer Since: 11.1string author Author for the extension | $author |
string authoremail Author email for the extension | $authoremail |
string authorurl Author url for the extension | $authorurl |
string copyright Copyright notice for the extension | $copyright |
date creationDate Creation Date of the extension | $creationDate |
string description Description of the library | $description |
string[] filelist List of files in the library | $filelist |
string libraryname File system name of the library | $libraryname |
string license License for the extension | $license |
string manifest_file Path to manifest file | $manifest_file |
string name Name of Library | $name |
string packager Name of the packager for the library (may also be porter) | $packager |
string packagerurl URL of the packager for the library (may also be porter) | $packagerurl |
string update URL of the update site | $update |
string version Version of the library | $version |
_errors |
void | __construct(string xmlpath, mixed properties) Constructor |
__construct, __toString, def, get, getError, getErrors, getProperties, set, setError, setProperties, toString |
Field Detail
libraries/joomla/installer/librarymanifest.php at line 61author
public string author Author for the extension $author = '' libraries/joomla/installer/librarymanifest.php at line 66authoremail
public string authoremail Author email for the extension $authoremail = '' libraries/joomla/installer/librarymanifest.php at line 71authorurl
public string authorurl Author url for the extension $authorurl = '' libraries/joomla/installer/librarymanifest.php at line 51copyright
public string copyright Copyright notice for the extension $copyright = '' libraries/joomla/installer/librarymanifest.php at line 46creationDate
public date creationDate Creation Date of the extension $creationDate = '' libraries/joomla/installer/librarymanifest.php at line 41description
public string description Description of the library $description = '' libraries/joomla/installer/librarymanifest.php at line 91filelist
public string[] filelist List of files in the library $filelist = array() libraries/joomla/installer/librarymanifest.php at line 31
libraryname
public string libraryname File system name of the library $libraryname = '' libraries/joomla/installer/librarymanifest.php at line 56 license
public string license License for the extension $license = '' libraries/joomla/installer/librarymanifest.php at line 96manifest_file
public string manifest_file Path to manifest file $manifest_file = '' libraries/joomla/installer/librarymanifest.php at line 26name
public string name Name of Library $name = '' libraries/joomla/installer/librarymanifest.php at line 76packager
public string packager Name of the packager for the library (may also be porter) $packager = '' libraries/joomla/installer/librarymanifest.php at line 81packagerurl
public string packagerurl URL of the packager for the library (may also be porter) $packagerurl = '' libraries/joomla/installer/librarymanifest.php at line 86update
public string update URL of the update site $update = '' libraries/joomla/installer/librarymanifest.php at line 36version
public string version Version of the library $version = ''Constructor Detail
__construct
public void __construct(string xmlpath, mixed properties)Constructor
Parameters: xmlpath - Path to an XML file to load the manifest from. Since: 11.1Method Detail
libraries/joomla/installer/librarymanifest.php at line 122loadManifestFromXML
public boolean loadManifestFromXML(string xmlfile)Load a manifest from a file
Parameters: xmlfile - Path to file to load Since: 11.1 Вернуться к записям по теме Joomla.ya.samposebe.ru
JPackageManifest (Документация по Joomla 2.5.4)
Вернуться к записям по теме Joomla.Joomla.Platform\JPackageManifest
libraries/joomla/installer/packagemanifest.php at line 22 JObject└─JPackageManifestpublic class JPackageManifestextends JObject
Subpackage: Installer Since: 11.1string description Description for the package | $description |
array filelist List of files in this package | $filelist |
string manifest_file Path to the manifest file | $manifest_file |
string name Name of the package | $name |
string packagename Unique name of the package | $packagename |
string packager Packager of the package | $packager |
string packagerurl Packager's URL of the package | $packagerurl |
string scriptfile Scriptfile for the package | $scriptfile |
string update Update site for the package | $update |
string url Website for the package | $url |
string version Version of the package | $version |
_errors |
void | __construct(string xmlpath, mixed properties) Constructor |
__construct, __toString, def, get, getError, getErrors, getProperties, set, setError, setProperties, toString |
Field Detail
libraries/joomla/installer/packagemanifest.php at line 42description
public string description Description for the package $description = '' libraries/joomla/installer/packagemanifest.php at line 72filelist
public array filelist List of files in this package $filelist = array() libraries/joomla/installer/packagemanifest.php at line 77manifest_file
public string manifest_file Path to the manifest file $manifest_file = '' libraries/joomla/installer/packagemanifest.php at line 27name
public string name Name of the package $name = '' libraries/joomla/installer/packagemanifest.php at line 32packagename
public string packagename Unique name of the package $packagename = '' libraries/joomla/installer/packagemanifest.php at line 47packager
public string packager Packager of the package $packager = '' libraries/joomla/installer/packagemanifest.php at line 52packagerurl
public string packagerurl Packager's URL of the package $packagerurl = '' libraries/joomla/installer/packagemanifest.php at line 57scriptfile
public string scriptfile Scriptfile for the package $scriptfile = '' libraries/joomla/installer/packagemanifest.php at line 62
update
public string update Update site for the package $update = '' libraries/joomla/installer/packagemanifest.php at line 37 url
public string url Website for the package $url = '' libraries/joomla/installer/packagemanifest.php at line 67version
public string version Version of the package $version = ''Constructor Detail
libraries/joomla/installer/packagemanifest.php at line 86__construct
public void __construct(string xmlpath, mixed properties)Constructor
Parameters: xmlpath - Path to XML manifest file. Since.Method Detail
libraries/joomla/installer/packagemanifest.php at line 103loadManifestFromXML
public boolean loadManifestFromXML(string xmlfile)Load a manifest from an XML file
Parameters: xmlfile - Path to XML manifest file Returns: Result of load Since: 11.1 Вернуться к записям по теме Joomla.ya.samposebe.ru
JLibraryManifest *Документация по Joomla 3.0.2
Вернуться к записям по теме Joomla.Joomla.Platform\JLibraryManifest
libraries/joomla/installer/librarymanifest.php at line 19 JObject└─JLibraryManifestpublic class JLibraryManifestextends JObject
Subpackage: Installer Since: 11.1string author Author for the extension | $author |
string authoremail Author email for the extension | $authoremail |
string authorurl Author url for the extension | $authorurl |
string copyright Copyright notice for the extension | $copyright |
date creationDate Creation Date of the extension | $creationDate |
string description Description of the library | $description |
string[] filelist List of files in the library | $filelist |
string libraryname File system name of the library | $libraryname |
string license License for the extension | $license |
string manifest_file Path to manifest file | $manifest_file |
string name Name of Library | $name |
string packager Name of the packager for the library (may also be porter) | $packager |
string packagerurl URL of the packager for the library (may also be porter) | $packagerurl |
string update URL of the update site | $update |
string version Version of the library | $version |
_errors |
void | __construct(string xmlpath, mixed properties) Constructor |
Field Detail
libraries/joomla/installer/librarymanifest.php at line 59author
public string author Author for the extension $author = '' libraries/joomla/installer/librarymanifest.php at line 64authoremail
public string authoremail Author email for the extension $authoremail = '' libraries/joomla/installer/librarymanifest.php at line 69authorurl
public string authorurl Author url for the extension $authorurl = '' libraries/joomla/installer/librarymanifest.php at line 49copyright
public string copyright Copyright notice for the extension $copyright = '' libraries/joomla/installer/librarymanifest.php at line 44creationDate
public date creationDate Creation Date of the extension $creationDate = '' libraries/joomla/installer/librarymanifest.php at line 39description
public string description Description of the library $description = '' libraries/joomla/installer/librarymanifest.php at line 89filelist
public string[] filelist List of files in the library $filelist = array() libraries/joomla/installer/librarymanifest.php at line 29libraryname
public string libraryname File system name of the library $libraryname = '' libraries/joomla/installer/librarymanifest.php at line 54license
public string license License for the extension $license = '' libraries/joomla/installer/librarymanifest.php at line 94manifest_file
public string manifest_file Path to manifest file $manifest_file = '' libraries/joomla/installer/librarymanifest.php at line 24name
public string name Name of Library $name = '' libraries/joomla/installer/librarymanifest.php at line 74packager
public string packager Name of the packager for the library (may also be porter) $packager = '' libraries/joomla/installer/librarymanifest.php at line 79packagerurl
public string packagerurl URL of the packager for the library (may also be porter) $packagerurl = '' libraries/joomla/installer/librarymanifest.php at line 84update
public string update URL of the update site $update = '' libraries/joomla/installer/librarymanifest.php at line 34version
public string version Version of the library $version = ''Constructor Detail
libraries/joomla/installer/librarymanifest.php at line 103__construct
public void __construct(string xmlpath, mixed properties)Constructor
Parameters: xmlpath - Path to an XML file to load the manifest from. Since: 11.1Method Detail
libraries/joomla/installer/librarymanifest.php at line 120loadManifestFromXML
public boolean loadManifestFromXML(string xmlfile)Load a manifest from a file
Parameters: xmlfile - Path to file to load Since: 11.1 Вернуться к записям по теме Joomla.ya.samposebe.ru
JPackageManifest *Документация по Joomla 3.0.2
Вернуться к записям по теме Joomla.Joomla.Platform\JPackageManifest
libraries/joomla/installer/packagemanifest.php at line 21 JObject└─JPackageManifestpublic class JPackageManifestextends JObject
Subpackage: Installer Since: 11.1string description Description for the package | $description |
array filelist List of files in this package | $filelist |
string manifest_file Path to the manifest file | $manifest_file |
string name Name of the package | $name |
string packagename Unique name of the package | $packagename |
string packager Packager of the package | $packager |
string packagerurl Packager's URL of the package | $packagerurl |
string scriptfile Scriptfile for the package | $scriptfile |
string update Update site for the package | $update |
string url Website for the package | $url |
string version Version of the package | $version |
_errors |
void | __construct(string xmlpath, mixed properties) Constructor |
Field Detail
libraries/joomla/installer/packagemanifest.php at line 41description
public string description Description for the package $description = '' libraries/joomla/installer/packagemanifest.php at line 71filelist
public array filelist List of files in this package $filelist = array() libraries/joomla/installer/packagemanifest.php at line 76manifest_file
public string manifest_file Path to the manifest file $manifest_file = '' libraries/joomla/installer/packagemanifest.php at line 26name
public string name Name of the package $name = '' libraries/joomla/installer/packagemanifest.php at line 31packagename
public string packagename Unique name of the package $packagename = '' libraries/joomla/installer/packagemanifest.php at line 46packager
public string packager Packager of the package $packager = '' libraries/joomla/installer/packagemanifest.php at line 51packagerurl
public string packagerurl Packager's URL of the package $packagerurl = '' libraries/joomla/installer/packagemanifest.php at line 56scriptfile
public string scriptfile Scriptfile for the package $scriptfile = '' libraries/joomla/installer/packagemanifest.php at line 61update
public string update Update site for the package $update = '' libraries/joomla/installer/packagemanifest.php at line 36url
public string url Website for the package $url = '' libraries/joomla/installer/packagemanifest.php at line 66version
public string version Version of the package $version = ''Constructor Detail
libraries/joomla/installer/packagemanifest.php at line 85__construct
public void __construct(string xmlpath, mixed properties)Constructor
Parameters: xmlpath - Path to XML manifest file. Since.Method Detail
libraries/joomla/installer/packagemanifest.php at line 102loadManifestFromXML
public boolean loadManifestFromXML(string xmlfile)Load a manifest from an XML file
Parameters: xmlfile - Path to XML manifest file Returns: Result of load Since: 11.1 Вернуться к записям по теме Joomla.ya.samposebe.ru