Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • ArrayIterator
  • ArrayObject
  • CachingIterator
  • DateTime
  • FilterIterator
  • IteratorIterator
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class CachingIterator

IteratorIterator implements Iterator, Traversable, OuterIterator
Extended by CachingIterator implements ArrayAccess, Countable

Direct known subclasses

NSmartCachingIterator
PHP Extension: SPL
Documented at php.net
Methods summary
public
# __construct( Iterator $iterator, $flags )
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
# hasNext( )
public
# __toString( )
public
# getInnerIterator( )

Implementation of

OuterIterator::getInnerIterator
public
# getFlags( )
public
# setFlags( $flags )
public
# offsetGet( $index )

Implementation of

ArrayAccess::offsetGet
public
# offsetSet( $index, $newval )

Implementation of

ArrayAccess::offsetSet
public
# offsetUnset( $index )

Implementation of

ArrayAccess::offsetUnset
public
# offsetExists( $index )

Implementation of

ArrayAccess::offsetExists
public
# getCache( )
public
# count( )

Implementation of

Countable::count
Constants summary
integer CALL_TOSTRING 1
#
integer CATCH_GET_CHILD 16
#
integer TOSTRING_USE_KEY 2
#
integer TOSTRING_USE_CURRENT 4
#
integer TOSTRING_USE_INNER 8
#
integer FULL_CACHE 256
#
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0