Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct () | |
getState () | |
notify () | |
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) |
Attributs protégés | |
$_observers = array() | |
$_state = null | |
$_methods = array() | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Définition à la ligne 21 du fichier observable.php.
JObservable::__construct | ( | ) |
Constructor
Note: Make Sure it's not directly instantiated
Définition à la ligne 57 du fichier observable.php.
JObservable::attach | ( | $observer | ) |
Attach an observer object
object | $observer | An observer object to attach |
Définition à la ligne 104 du fichier observable.php.
JObservable::detach | ( | $observer | ) |
Detach an observer object
object | $observer | An observer object to detach. |
Définition à la ligne 173 du fichier observable.php.
JObservable::getState | ( | ) |
Get the state of the JObservable object
Définition à la ligne 70 du fichier observable.php.
JObservable::notify | ( | ) |
Update each attached observer object and return an array of their return values
Définition à la ligne 83 du fichier observable.php.
|
protected |
Définition à la ligne 48 du fichier observable.php.
|
protected |
Définition à la ligne 30 du fichier observable.php.
|
protected |
Définition à la ligne 39 du fichier observable.php.