Class PlgSystemHighlight

Description

System plugin to highlight terms.

  • since: 2.5

Located in /plugins/system/highlight/highlight.php (line 21)

JObject
   |
   --JEvent
      |
      --JPlugin
         |
         --PlgSystemHighlight
Method Summary
boolean onAfterDispatch ()
Variables

Inherited Variables

Inherited from JPlugin

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

Inherited from JEvent

JEvent::$_subject

Inherited from JObject

JObject::$_errors
Methods
onAfterDispatch (line 34)

Method to catch the onAfterDispatch event.

This is where we setup the click-through content highlighting for. The highlighting is done with JavaScript so we just need to check a few parameters and the JHtml behavior will do the rest.

  • return: True on success
  • since: 2.5
  • access: public
boolean onAfterDispatch ()

Inherited Methods

Inherited From JPlugin

JPlugin::__construct()
JPlugin::loadLanguage()

Inherited From JEvent

JEvent::__construct()
JEvent::update()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:55:35 -0500 by phpDocumentor 1.4.4