![]() |
Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (&$subject) | |
update (&$args) | |
![]() | |
__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) | |
Attributs protégés | |
$_subject = null | |
![]() | |
$_errors = array() | |
Defines an observable event.
This class is based on JEvent as found in Joomla! 3.2.0
__construct | ( | & | $subject | ) |
update | ( | & | $args | ) |
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.
array | &$args | Arguments |
Références null.
|
protected |