API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
plgSystemBacklink::_legacysef | ( | ) |
Content http://www.domain.com/$option/$task/$sectionid/$id/$Itemid/$limit/$limitstart
Références $_REQUEST, $id, $Itemid, $lang, $limit, $limitstart, $name, $option, $path, $task, $uri, et JURI::base().
plgSystemBacklink::_redirect | ( | $ | Itemid, |
$ | name, | ||
$ | url = null |
||
) |
Références $item, $Itemid, $mainframe, $menu, $name, $url, JRoute::_(), JSite::getMenu(), jexit(), et JText::sprintf().
plgSystemBacklink::onAfterInitialise | ( | ) |
Références $mainframe, $url, et params.
plgSystemBacklink::plgSystemBacklink | ( | &$ | subject, |
$ | config | ||
) |
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.
protected
object | $subject | The object to observe |
array | $config | An array that holds the plugin configuration |
Références $config, et JFactory::getDBO().
plgSystemBacklink::$_db = null |