diff options
| author | Marcus Boerger <helly@php.net> | 2005-02-17 00:24:57 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-02-17 00:24:57 +0000 |
| commit | 80af3ac83d32555972f88e3fb529c5bee722eb55 (patch) | |
| tree | 66c1886366f0fa1287012cbf4004840749c31bbd /ext/spl/internal/recursiveiterator.inc | |
| parent | e9b635b6e76ad32a31b6e7cd808df198e67020db (diff) | |
| download | php-git-80af3ac83d32555972f88e3fb529c5bee722eb55.tar.gz | |
- Add version information
Diffstat (limited to 'ext/spl/internal/recursiveiterator.inc')
| -rwxr-xr-x | ext/spl/internal/recursiveiterator.inc | 1 |
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 { |
