La clase CachingIterator
Introducción
Este objecto soporta cache de iteración sobre otros iteradores.
Clases sinopsis
CachingIterator
extends
IteratorIterator
implements
OuterIterator
,
Traversable
,
Iterator
,
ArrayAccess
,
Countable
{
/* Constantes */
/* Métodos */
}Constantes predefinidas
Tipos de nodos de CachingIterator
- CachingIterator::CALL_TOSTRING
-
Descripción aquí...
- CachingIterator::CATCH_GET_CHILD
-
Descripción aquí...
- CachingIterator::TOSTRING_USE_KEY
-
Descripción aquí...
- CachingIterator::TOSTRING_USE_CURRENT
-
Descripción aquí...
- CachingIterator::TOSTRING_USE_INNER
-
Descripción aquí...
- CachingIterator::FULL_CACHE
-
Cachea todos los datos leídos.
Table of Contents
- CachingIterator::__construct — Construye un nuevo objeto CachingIterator para el iterador
- CachingIterator::count — El número de elementos en el iterador
- CachingIterator::current — Devuelve el elemento actual
- CachingIterator::getCache — El propósito de getCache
- CachingIterator::getFlags — Obtiene las opciones usadas
- CachingIterator::getInnerIterator — Devuelve el iterador interno
- CachingIterator::hasNext — Comprueba que el iterador interno tenga un elemento next válido
- CachingIterator::key — Devuelve la clave del elemento actual
- CachingIterator::next — Desplaza el iterador adelante
- CachingIterator::offsetExists — The offsetExists purpose
- CachingIterator::offsetGet — The offsetGet purpose
- CachingIterator::offsetSet — The offsetSet purpose
- CachingIterator::offsetUnset — The offsetUnset purpose
- CachingIterator::rewind — Rebobina el iterador
- CachingIterator::setFlags — The setFlags purpose
- CachingIterator::__toString — Devolver la representación en formato cadena del elemento actual
- CachingIterator::valid — Comprueba que el elemento actual sea válido
There are no user contributed notes for this page.
