Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • None
  • PHP

Classes

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

Interfaces

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

Exceptions

  • ErrorException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfRangeException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

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 )

Overrides

IteratorIterator::__construct
public
# rewind( )

Overrides

IteratorIterator::rewind

Implementation of

Iterator::rewind
public
# valid( )

Overrides

IteratorIterator::valid

Implementation of

Iterator::valid
public
# key( )

Overrides

IteratorIterator::key

Implementation of

Iterator::key
public
# current( )

Overrides

IteratorIterator::current

Implementation of

Iterator::current
public
# next( )

Overrides

IteratorIterator::next

Implementation of

Iterator::next
public
# hasNext( )
public
# __toString( )
public
# getInnerIterator( )

Overrides

IteratorIterator::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 2.0.0 (for PHP 5.2, prefixed) API API documentation generated by ApiGen 2.7.0