Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
attachObserver (JObserverInterface $observer) |
Définition à la ligne 38 du fichier interface.php.
JObservableInterface::attachObserver | ( | JObserverInterface | $observer | ) |
Adds an observer to this JObservableInterface instance. Ideally, this method should be called fron the constructor of JObserverInterface which should be instanciated by JObserverMapper. The implementation of this function can use JObserverUpdater
JObserverInterface | $observer | The observer to attach to $this observable subject |
Implémenté dans JTable.