Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
loadLanguage ($path=null) | |
install () | |
update () | |
uninstall ($id) | |
discover () | |
discover_install () | |
refreshManifestCache () | |
Fonctions membres publiques inherited from JAdapterInstance | |
__construct (&$parent, &$db, $options=array()) | |
getParent () | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Additional Inherited Members | |
Attributs protégés inherited from JAdapterInstance | |
$parent = null | |
$db = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
JInstallerLibrary::discover | ( | ) |
Custom discover method
Références $extension, $file, JFolder\files(), JTable\getInstance(), JPATH_MANIFESTS, JApplicationHelper\parseXMLInstallFile(), et JFile\stripExt().
JInstallerLibrary::discover_install | ( | ) |
Custom discover_install method
Références JText\_(), JPATH_MANIFESTS, parent, JApplicationHelper\parseXMLInstallFile(), et JError\raiseWarning().
JInstallerLibrary::install | ( | ) |
Custom install method
Références $db, $name, $query, $row, JText\_(), JFolder\create(), DIRECTORY_SEPARATOR, JFilterInput\getInstance(), JTable\getInstance(), if, JPATH_MANIFESTS, parent, JText\sprintf(), et JInstaller\uninstall().
JInstallerLibrary::loadLanguage | ( | $path = null | ) |
Custom loadLanguage method
string | $path | The path where to find language files. |
Références $extension, $lang, $name, $path, JFilterInput\getInstance(), JFactory\getLanguage(), JPATH_SITE, null, et parent.
JInstallerLibrary::refreshManifestCache | ( | ) |
Refreshes the extension table cache
Références JText\_(), JPATH_MANIFESTS, parent, JApplicationHelper\parseXMLInstallFile(), et JError\raiseWarning().
JInstallerLibrary::uninstall | ( | $id | ) |
Custom uninstall method
string | $id | The id of the library to uninstall. |
Références $files, $id, $row, JText\_(), JFile\delete(), JFolder\delete(), JFolder\exists(), JFolder\files(), JTable\getInstance(), JFactory\getXML(), JPATH_MANIFESTS, parent, et JError\raiseWarning().
JInstallerLibrary::update | ( | ) |
Custom update method
Références $db, $name, $query, JFilterInput\getInstance(), et parent.