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 | |
__construct ($config=array()) | |
publish () | |
remove () | |
refresh () |
InstallerControllerManage::__construct | ( | $config = array() | ) |
Constructor.
array | An optional associative array of configuration settings. |
Réimplémentée à partir de JController.
Références $config.
InstallerControllerManage::publish | ( | ) |
Enable/Disable an extension (if supported).
Références $task, $user, JRoute\_(), JText\_(), JSession\checkToken(), elseif, JFactory\getUser(), JArrayHelper\getValue(), JRequest\getVar(), jexit(), JText\plural(), et JError\raiseWarning().
InstallerControllerManage::refresh | ( | ) |
Refreshes the cached metadata about an extension.
Useful for debugging and testing purposes when the XML file might change.
Références JRoute\_(), JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), et JArrayHelper\toInteger().
InstallerControllerManage::remove | ( | ) |
Remove an extension (Uninstall).
Références JRoute\_(), JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), et JArrayHelper\toInteger().