Overview

Namespaces

  • Illuminate
    • Support
      • Contracts
    • Test
  • PHP

Classes

  • ArrayIterator
  • CachingIterator
  • Closure
  • IteratorIterator

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • JsonSerializable
  • OuterIterator
  • SeekableIterator
  • Serializable
  • Traversable
  • Overview
  • Namespace
  • Class
  • Tree

Class IteratorIterator

IteratorIterator implements Iterator, Traversable, OuterIterator

Direct known subclasses

CachingIterator
PHP Extension: SPL
Documented at php.net
Methods summary
public
# __construct( Traversable $iterator )
public
# rewind( )

Implementation of

Iterator::rewind()
public
# valid( )

Implementation of

Iterator::valid()
public
# key( )

Implementation of

Iterator::key()
public
# current( )

Implementation of

Iterator::current()
public
# next( )

Implementation of

Iterator::next()
public
# getInnerIterator( )

Implementation of

OuterIterator::getInnerIterator()
API documentation generated by ApiGen 2.8.0