module, "before_save", array(1, $this->module . " push feed", $file, $className, "pushFeed")); } function removeHook($file,$className){ remove_logic_hook($this->module, "before_save", array(1, $this->module . " push feed", $file, $className, "pushFeed")); } }