AAAAhome/academiac/www/libraries/joomla/base/observer.php000064400000002302151372740760016727 0ustar00attach($this); // Set the subject to observe $this->_subject = &$subject; } /** * Method to update the state of observable objects * * @param array &$args An array of arguments to pass to the listener. * * @return mixed * * @since 11.1 * @deprecated 12.3 */ public abstract function update(&$args); }