API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JDispatcher

Graphe d'héritage de JDispatcher:
Graphe de collaboration de JDispatcher:

Liste de tous les membres

Fonctions membres publiques


Documentation des constructeurs et destructeur

JDispatcher::__construct ( )

Constructor

protected

Réimplémentée à partir de JObservable.

Réimplémentée dans mosMambotHandler.


Documentation des fonctions membres

& JDispatcher::getInstance ( )

Returns a reference to the global Event Dispatcher object, only creating it if it doesn't already exist.

This method must be invoked as:

  $dispatcher = &JDispatcher::getInstance();

public

Renvoie:
JDispatcher The EventDispatcher object.
Depuis:
1.5

Référencé par JPluginHelper::_import(), UserModelReset::completeReset(), JUser::delete(), ContentViewArticle::display(), SearchModelSearch::getAreas(), SearchModelSearch::getData(), ContentViewSection::getItem(), ContentViewFrontpage::getItem(), ContentViewCategory::getItem(), JHTMLContent::prepare(), JApplication::registerEvent(), JUser::save(), ContentModelArticle::store(), ContactController::submit(), et JApplication::triggerEvent().

Voici le graphe d'appel pour cette fonction :

JDispatcher::register ( event,
handler 
)

Registers an event handler to the event dispatcher

public

Paramètres:
string$eventName of the event to register handler for
string$handlerName of the event handler
Renvoie:
void
Depuis:
1.5

Références elseif, et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :

JDispatcher::trigger ( event,
args = null,
doUnpublished = false 
)

Triggers an event by dispatching arguments to all observers that handle the event and returning their return values.

public

Paramètres:
string$eventThe event name
array$argsAn array of arguments
boolean$doUnpublished[DEPRECATED]
Renvoie:
array An array of results from each function call
Depuis:
1.5

Références elseif, et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :