summaryrefslogtreecommitdiff
path: root/ext/spl/internal/recursiveiterator.inc
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-02-17 00:24:57 +0000
committerMarcus Boerger <helly@php.net>2005-02-17 00:24:57 +0000
commit80af3ac83d32555972f88e3fb529c5bee722eb55 (patch)
tree66c1886366f0fa1287012cbf4004840749c31bbd /ext/spl/internal/recursiveiterator.inc
parente9b635b6e76ad32a31b6e7cd808df198e67020db (diff)
downloadphp-git-80af3ac83d32555972f88e3fb529c5bee722eb55.tar.gz
- Add version information
Diffstat (limited to 'ext/spl/internal/recursiveiterator.inc')
-rwxr-xr-xext/spl/internal/recursiveiterator.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/internal/recursiveiterator.inc b/ext/spl/internal/recursiveiterator.inc
index 53656ec255..640be25a13 100755
--- a/ext/spl/internal/recursiveiterator.inc
+++ b/ext/spl/internal/recursiveiterator.inc
@@ -13,6 +13,7 @@
* @brief Interface for recursive iteration with RecursiveIteratorIterator
* @author Marcus Boerger
* @version 1.0
+ * @since PHP 5.0
*/
interface RecursiveIterator implements Iterator
{