Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'interface JObservableInterface
+ Graphe d'héritage de JObservableInterface:

Liste de tous les membres

Fonctions membres publiques

 attachObserver (JObserverInterface $observer)

Description détaillée

Définition à la ligne 38 du fichier interface.php.


Documentation des fonctions membres

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

Paramètres:
JObserverInterface$observerThe observer to attach to $this observable subject
Renvoie:
void
Depuis:
3.1.2

Implémenté dans JTable.


La documentation de cette interface a été générée à partir du fichier suivant :