JObserverUpdaterInterface
interface JObserverUpdaterInterface
Observer updater pattern implementation for Joomla
Methods
void
attachObserver(
JObserverInterface $observer)
Adds an observer to the JObservableInterface instance updated by this This method can be called fron JObservableInterface::attachObserver
void
update(
string $event,
array $params)
Call all observers for $event with $params
boolean
doCallObservers(
boolean $enabled)
Enable/Disable calling of observers (this is useful when calling parent:: function
Details
void
attachObserver(
JObserverInterface $observer)
Adds an observer to the JObservableInterface instance updated by this This method can be called fron JObservableInterface::attachObserver