Class plgSystemBacklink

Description
  • author: Johan Janssens <johan.janssens@joomla.org>
  • version: $Id: backlink.php 10094 2008-03-02 04:35:10Z instance $
  • copyright: Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  • license: GNU/GPL,

Located in /Servers/Apache_2_2/htdocs/Joomla15/plugins/system/backlink.php (line 21)

JObject
   |
   --JObserver
      |
      --JEvent
         |
         --JPlugin
            |
            --plgSystemBacklink
Variable Summary
mixed $_db
Method Summary
plgSystemBacklink plgSystemBacklink ( &$subject, array $config, object $subject)
void _legacysef ()
void _lookup ( $searchstring)
void _redirect ( $Itemid,  $name, [ $url = null])
Variables
mixed $_db = null (line 24)

Inherited Variables

Inherited from JPlugin

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

Inherited from JObject

JObject::$_errors
Methods
Constructor plgSystemBacklink (line 38)

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
plgSystemBacklink plgSystemBacklink ( &$subject, array $config, object $subject)
  • object $subject: The object to observe
  • array $config: An array that holds the plugin configuration
  • &$subject
onAfterInitialise (line 44)
void onAfterInitialise ()
_legacysef (line 163)
void _legacysef ()
_lookup (line 89)
void _lookup ( $searchstring)
  • $searchstring
_redirect (line 124)
void _redirect ( $Itemid,  $name, [ $url = null])
  • $Itemid
  • $name
  • $url

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