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 (&$subject, $config) | |
onAfterInitialise () | |
onAfterRender () | |
Fonctions membres publiques inherited from JPlugin | |
loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR) | |
Fonctions membres publiques inherited from JEvent | |
__construct (&$subject) | |
update (&$args) | |
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 () |
Attributs publics | |
$_cache = null | |
Attributs publics inherited from JPlugin | |
$params = null |
Additional Inherited Members | |
Attributs protégés inherited from JPlugin | |
$_name = null | |
$_type = null | |
Attributs protégés inherited from JEvent | |
$_subject = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
plgSystemCache::__construct | ( | & | $subject, |
$config | |||
) |
Constructor
protected
object | $subject | The object to observe |
array | $config | An array that holds the plugin configuration |
Réimplémentée à partir de JPlugin.
Références $config, $options, JFactory\getConfig(), et JCache\getInstance().
plgSystemCache::onAfterInitialise | ( | ) |
Converting the site URL to fit to the HTTP request
Références $app, $data, $user, JFactory\getApplication(), JFactory\getUser(), JDEBUG, JResponse\setBody(), et JResponse\toString().
plgSystemCache::onAfterRender | ( | ) |
Références $app, $user, JFactory\getApplication(), JFactory\getUser(), et JDEBUG.
plgSystemCache::$_cache = null |