Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • PHP
  • Tracy
    • Bridges
      • Nette

Classes

Interfaces

Exceptions

  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class CachingIterator

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

Direct known subclasses

Nette\Iterators\CachingIterator
PHP Extension: SPL
Documented at php.net
Methods summary
public
# __construct( Iterator $iterator, $flags )

Overrides

IteratorIterator::__construct()
public
# rewind( )

Overrides

IteratorIterator::rewind()
public
# valid( )

Overrides

IteratorIterator::valid()
public
# key( )

Overrides

IteratorIterator::key()
public
# current( )

Overrides

IteratorIterator::current()
public
# next( )

Overrides

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

Overrides

IteratorIterator::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 2.3-20161221 API API documentation generated by ApiGen 2.8.0