Namespaces

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

Classes

  • ArrayTools
  • Callback
  • Component
  • ComponentContainer
  • Configurator
  • DateTime
  • Debug
  • Environment
  • Framework
  • FreezableObject
  • GenericRecursiveIterator
  • Image
  • ImageMagick
  • InstanceFilterIterator
  • Object
  • ObjectMixin
  • Paginator
  • RecursiveComponentIterator
  • ServiceLocator
  • SmartCachingIterator
  • String
  • Tools

Interfaces

  • IComponent
  • IComponentContainer
  • IDebuggable
  • IServiceLocator
  • ITranslator

Exceptions

  • AmbiguousServiceException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class RecursiveComponentIterator

Recursive component iterator. See ComponentContainer::getComponents().

ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable
Extended by RecursiveArrayIterator implements RecursiveIterator
Extended by Nette\RecursiveComponentIterator implements Countable
Namespace: Nette
Author: David Grudl
Located at ComponentModel/ComponentContainer.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 ArrayIterator
__construct(), append(), asort(), current(), getArrayCopy(), getFlags(), key(), ksort(), natcasesort(), natsort(), next(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), rewind(), seek(), serialize(), setFlags(), uasort(), uksort(), unserialize(), valid()
Constants inherited from RecursiveArrayIterator
CHILD_ARRAYS_ONLY
Constants inherited from ArrayIterator
ARRAY_AS_PROPS, STD_PROP_LIST
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0