API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
plgSystemSef::onAfterRender | ( | ) |
Converting the site URL to fit to the HTTP request
Références $editor, $i, JURI::base(), JFactory::getApplication(), JResponse::getBody(), JFactory::getEditor(), et JResponse::setBody().
plgSystemSef::plgSystemSef | ( | &$ | 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.
object | $subject | The object to observe |
array | $config | An array that holds the plugin configuration |
Références $config.
plgSystemSef::route | ( | &$ | matches | ) |
Replaces the matched tags
array | An array of matches (see preg_match_all) |
Références $url, et JRoute::_().