[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/system/ -> legacy.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: legacy.php 14401 2010-01-26 14:10:00Z louis $
File Size: 403 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

plgSystemLegacy:: (6 methods):
  plgSystemLegacy()
  onAfterInitialise()
  onAfterRoute()
  routeContent()
  routeNewsfeeds()
  routeWeblinks()


Class: plgSystemLegacy  - X-Ref

Joomla! Debug plugin

plgSystemLegacy(& $subject, $config)   X-Ref
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.

param: object        $subject The object to observe
param: array          $config  An array that holds the plugin configuration

onAfterInitialise()   X-Ref
Fixes the $my global if the user was restored by the remember me plugin


onAfterRoute()   X-Ref
No description

routeContent()   X-Ref
No description

routeNewsfeeds()   X-Ref
No description

routeWeblinks()   X-Ref
No description



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1