]> granicus.if.org Git - php/commitdiff
- For now we need the simple way
authorMarcus Boerger <helly@php.net>
Thu, 17 Feb 2005 00:16:00 +0000 (00:16 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 17 Feb 2005 00:16:00 +0000 (00:16 +0000)
ext/spl/spl.php

index 49309bdf1146f6312f9900221de2250ba74dd1ba..c65a080eda55b05d2034cd7fdfcefea6605874e6 100755 (executable)
@@ -696,9 +696,9 @@ interface Subject
         */
     function detach(Observer $observer);
 
-       /** @param $ignore optional observer that should not be notified
+       /** Notify all observers
         */
-    function notify([Observer $ignore = NULL]);
+    function notify();
 }
 
 ?>