芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/libraries/joomla/base/observer.php
attach($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 */ public abstract function update(&$args); }