helly           Wed Feb 16 19:16:00 2005 EDT

  Modified files:              
    /php-src/ext/spl    spl.php 
  Log:
  - For now we need the simple way
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.41&r2=1.42&ty=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.41 php-src/ext/spl/spl.php:1.42
--- php-src/ext/spl/spl.php:1.41        Tue Feb  8 15:42:47 2005
+++ php-src/ext/spl/spl.php     Wed Feb 16 19:16:00 2005
@@ -696,9 +696,9 @@
         */
     function detach(Observer $observer);
 
-       /** @param $ignore optional observer that should not be notified
+       /** Notify all observers
         */
-    function notify([Observer $ignore = NULL]);
+    function notify();
 }
 
 ?>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to