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/iteratoriterator.inc | |
| parent | e9b635b6e76ad32a31b6e7cd808df198e67020db (diff) | |
| download | php-git-80af3ac83d32555972f88e3fb529c5bee722eb55.tar.gz | |
- Add version information
Diffstat (limited to 'ext/spl/internal/iteratoriterator.inc')
| -rwxr-xr-x | ext/spl/internal/iteratoriterator.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/internal/iteratoriterator.inc b/ext/spl/internal/iteratoriterator.inc index f36b169832..311008b6d5 100755 --- a/ext/spl/internal/iteratoriterator.inc +++ b/ext/spl/internal/iteratoriterator.inc @@ -11,6 +11,7 @@ /** @ingroup SPL * @brief Basic Iterator wrapper + * @since PHP 5.1 */ class IteratorIterator implements OuterIterator { |
