Packages

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

Classes

  • NArrayTools
  • NCallback
  • NComponent
  • NComponentContainer
  • NConfigurator
  • NDateTime53
  • NDebug
  • NEnvironment
  • NFramework
  • NFreezableObject
  • NGenericRecursiveIterator
  • NImage
  • NImageMagick
  • NInstanceFilterIterator
  • NObject
  • NObjectMixin
  • NPaginator
  • NRecursiveComponentIterator
  • NServiceLocator
  • NSmartCachingIterator
  • NString
  • NTools

Interfaces

  • IComponent
  • IComponentContainer
  • IDebuggable
  • IServiceLocator
  • ITranslator

Exceptions

  • NAmbiguousServiceException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class NGenericRecursiveIterator

Generic recursive iterator.

IteratorIterator implements Iterator, Traversable, OuterIterator
Extended by NGenericRecursiveIterator implements RecursiveIterator, Countable
Package: Nette
Author: David Grudl
Located at Utils/Iterators/GenericRecursiveIterator.php
Methods summary
public boolean
# hasChildren( )

Has the current element has children?

Has the current element has children?

Returns

boolean

Implementation of

RecursiveIterator::hasChildren
public RecursiveIterator
# getChildren( )

The sub-iterator for the current element.

The sub-iterator for the current element.

Returns

RecursiveIterator

Implementation of

RecursiveIterator::getChildren
public integer
# count( )

Returns the count of elements.

Returns the count of elements.

Returns

integer

Implementation of

Countable::count
Methods inherited from IteratorIterator
__construct(), current(), getInnerIterator(), key(), next(), rewind(), valid()
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0