Class which represents an event in the event system
Located in /events/jEvent.class.php (line 29)
hash table for event listened.
$_hash['eventName'] = array of events (by reference)
because a listener can listen several events, we should create only one instancy of a listener for performance, and $hashListened will contains only reference to this listener.
The name of the event.
the event parameters
return the list of all listener corresponding to an event
send a notification to all modules
New event.
adds data in the responses list
gets the name of the event
will be used internally for optimisations
look in all the responses if we have a parameter having value as its answer
eg, we want to know if we have failed = true, we do
Documentation generated on Mon, 26 Oct 2015 21:53:26 +0100 by phpDocumentor 1.4.3