Class plgSystemLegacy

Description

Joomla! Debug plugin

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

JObject
   |
   --JObserver
      |
      --JEvent
         |
         --JPlugin
            |
            --plgSystemLegacy
Method Summary
plgSystemLegacy plgSystemLegacy ( &$subject, array $config, object $subject)
void onAfterRoute ()
void routeContent ()
void routeNewsfeeds ()
void routeWeblinks ()
Variables

Inherited Variables

Inherited from JPlugin

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

Inherited from JObject

JObject::$_errors
Methods
Constructor plgSystemLegacy (line 39)

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
plgSystemLegacy plgSystemLegacy ( &$subject, array $config, object $subject)
  • object $subject: The object to observe
  • array $config: An array that holds the plugin configuration
  • &$subject
onAfterRoute (line 258)
void onAfterRoute ()
routeContent (line 298)
void routeContent ()
routeNewsfeeds (line 337)
void routeNewsfeeds ()
routeWeblinks (line 360)
void routeWeblinks ()

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:14:22 +0200 by phpDocumentor 1.4.0a2