\JObserverUpdaterInterface
Observer updater pattern implementation for Joomla
Synopsis
interface JObserverUpdaterInterface
{
- // methods
- public void __construct()
- public void attachObserver()
- public void update()
- public boolean doCallObservers()
Methods
public
- __construct() — Constructor
- attachObserver() — Adds an observer to the JObservableInterface instance updated by this This method can be called fron JObservableInterface::attachObserver
- doCallObservers() — Enable/Disable calling of observers (this is useful when calling parent:: function
- update() — Call all observers for $event with $params