JEvent Class
- Depuis
- 1.5
- Obsolète:
- 4.0 The CMS' Event classes will be replaced with the
joomla/event
package
◆ __construct()
__construct |
( |
& |
$subject | ) |
|
Constructor
- Paramètres
-
object | &$subject | The object to observe. |
- Depuis
- 2.5
Références $subject.
◆ update()
Method to trigger events. The method first generates the even from the argument array. Then it unsets the argument since the argument has no bearing on the event handler. If the method exists it is called and returns its return value. If it does not exist it returns null.
- Paramètres
-
- Renvoie
- mixed Routine return value
- Depuis
- 1.5
◆ $_subject
La documentation de cette classe a été générée à partir du fichier suivant :