Interface JObserverUpdaterInterface
Observer updater pattern implementation for Joomla
Direct known implementers
Package: Joomla\Platform\Observer
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.1.2
Located at joomla/observer/updater/interface.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.1.2
Located at joomla/observer/updater/interface.php
Methods summary
public
|
|
public
|
#
attachObserver(
Adds an observer to the JObservableInterface instance updated by this This method can be called fron JObservableInterface::attachObserver |
public
|
|
public
boolean
|
#
doCallObservers( boolean $enabled )
Enable/Disable calling of observers (this is useful when calling parent:: function |