Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
getState () | |
register ($event, $handler) | |
trigger ($event, $args=array()) | |
attach ($observer) | |
detach ($observer) | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Fonctions membres publiques statiques | |
static | getInstance () |
Attributs protégés | |
$_observers = array() | |
$_state = null | |
$_methods = array() | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Attributs protégés statiques | |
static | $instance = null |
Définition à la ligne 24 du fichier dispatcher.php.
JEventDispatcher::attach | ( | $observer | ) |
Attach an observer object
object | $observer | An observer object to attach |
Définition à la ligne 188 du fichier dispatcher.php.
JEventDispatcher::detach | ( | $observer | ) |
Detach an observer object
object | $observer | An observer object to detach. |
Définition à la ligne 256 du fichier dispatcher.php.
|
static |
Returns the global Event Dispatcher object, only creating it if it doesn't already exist.
Définition à la ligne 66 du fichier dispatcher.php.
Référencé par JAuthentication\authorise(), JModelLegacy\cleanCache(), JModelAdmin\delete(), JUser\delete(), JUserHelper\getProfile(), JApplicationBase\loadDispatcher(), JModelForm\preprocessData(), JModelForm\preprocessForm(), JModelList\preprocessForm(), JModelAdmin\publish(), JUser\save(), et JModelAdmin\save().
JEventDispatcher::getState | ( | ) |
Get the state of the JEventDispatcher object
Définition à la ligne 83 du fichier dispatcher.php.
JEventDispatcher::register | ( | $event, | |
$handler | |||
) |
Registers an event handler to the event dispatcher
string | $event | Name of the event to register handler for |
string | $handler | Name of the event handler |
InvalidArgumentException |
Définition à la ligne 99 du fichier dispatcher.php.
JEventDispatcher::trigger | ( | $event, | |
$args = array() |
|||
) |
Triggers an event by dispatching arguments to all observers that handle the event and returning their return values.
string | $event | The event to trigger. |
array | $args | An array of arguments. |
Définition à la ligne 130 du fichier dispatcher.php.
|
protected |
Définition à la ligne 48 du fichier dispatcher.php.
|
protected |
Définition à la ligne 32 du fichier dispatcher.php.
|
protected |
Définition à la ligne 40 du fichier dispatcher.php.
|
staticprotected |
Définition à la ligne 56 du fichier dispatcher.php.