helly           Sun Sep 18 13:39:16 2005 EDT

  Modified files:              
    /php-src/ext/spl    spl.php 
  Log:
  - Add missing docu
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.54&r2=1.55&ty=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.54 php-src/ext/spl/spl.php:1.55
--- php-src/ext/spl/spl.php:1.54        Sun Sep 18 12:51:20 2005
+++ php-src/ext/spl/spl.php     Sun Sep 18 13:39:12 2005
@@ -521,6 +521,7 @@
         *
         * @param $array the array to use.
         * @param $flags see setFlags().
+        * @param $iterator_class class used in getIterator()
         */
        function __construct($array, $flags = 0, $iterator_class = 
"ArrayIterator");
 
@@ -583,6 +584,14 @@
         * properties in the object.
         */
        function count();
+       
+       /* @param $iterator_class new class used in getIterator()
+        */
+       function setIteratorClass($itertor_class);
+       
+       /* @return class used in getIterator()
+        */
+       function getIteratorClass();
 }
 
 /** @ingroup SPL

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

Reply via email to