JTable::attachObserver
Implement JObservableInterface: Adds an observer to this instance.
This method will be called fron the constructor of classes implementing JObserverInterface which is instanciated by the constructor of $this with JObserverMapper::attachAllObservers($this)
Signature
public function attachObserver(JObserverInterface
$observer )
Parameters
-
$observer
- The observer object
Returns
- void