Class plgSystemCache

Description

Joomla! Page Cache Plugin

Located in /Servers/Apache_2_2/htdocs/Joomla15/plugins/system/cache.php (line 26)

JObject
   |
   --JObserver
      |
      --JEvent
         |
         --JPlugin
            |
            --plgSystemCache
Variable Summary
mixed $_cache
Method Summary
plgSystemCache plgSystemCache ( &$subject, array $config, object $subject)
void onAfterRender ()
Variables
mixed $_cache = null (line 29)

Inherited Variables

Inherited from JPlugin

JPlugin::$params
JPlugin::$_name
JPlugin::$_type

Inherited from JObject

JObject::$_errors
Methods
Constructor plgSystemCache (line 43)

Constructor

For php4 compatability we must not use the __constructor as a constructor for plugins because func_get_args ( void ) returns a copy of all passed arguments NOT references. This causes problems with cross-referencing necessary for the observer design pattern.

  • since: 1.0
  • access: protected
plgSystemCache plgSystemCache ( &$subject, array $config, object $subject)
  • object $subject: The object to observe
  • array $config: An array that holds the plugin configuration
  • &$subject
onAfterInitialise (line 69)

Converting the site URL to fit to the HTTP request

void onAfterInitialise ()
onAfterRender (line 104)
void onAfterRender ()

Inherited Methods

Inherited From JPlugin

JPlugin::JPlugin()
JPlugin::__construct()
JPlugin::loadLanguage()

Inherited From JEvent

JEvent::JEvent()
JEvent::update()

Inherited From JObserver

JObserver::__construct()
JObserver::update()

Inherited From JObject

JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()

Documentation generated on Sun, 06 Apr 2008 07:13:13 +0200 by phpDocumentor 1.4.0a2