]> granicus.if.org Git - php/commitdiff
- Abstract no longer valid here
authorMarcus Boerger <helly@php.net>
Fri, 29 Oct 2004 19:50:51 +0000 (19:50 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 29 Oct 2004 19:50:51 +0000 (19:50 +0000)
ext/spl/examples/outeriterator.inc

index 49923bab45436311e19f8d04dea9db7e75e668af..0bfad6a589447f6af320f577a5b323052f604402 100755 (executable)
@@ -7,7 +7,7 @@ interface OuterIterator extends Iterator
 {
        /** \return inner iterator
         */
-    abstract function getInnerIterator();
+    function getInnerIterator();
 }
 
 ?>
\ No newline at end of file