HTML_QuickForm2
[ class tree: HTML_QuickForm2 ] [ index: HTML_QuickForm2 ] [ all elements ]

Class: HTML_QuickForm2_ContainerIterator

Source Location: /HTML_QuickForm2-2.1.0/HTML/QuickForm2/ContainerIterator.php

Class Overview

RecursiveArrayIterator
   |
   --HTML_QuickForm2_ContainerIterator

Implements a recursive iterator for the container elements


Author(s):

Version:

  • Release: 2.1.0

Methods


Inherited Variables

Inherited Methods

Class: RecursiveArrayIterator (Internal Class)

constructor __construct ( [$array = ] )
append ( $value )
asort ( )
count ( )
current ( )
getArrayCopy ( )
getChildren ( )
getFlags ( )
hasChildren ( )
key ( )
ksort ( )
natcasesort ( )
natsort ( )
next ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
rewind ( )
seek ( $position )
serialize ( )
setFlags ( $flags )
uasort ( $cmp_function )
uksort ( $cmp_function )
unserialize ( $serialized )
valid ( )

Class Details

[line 33]
Implements a recursive iterator for the container elements


[ Top ]


Method Detail

__construct (Constructor)   [line 35]

HTML_QuickForm2_ContainerIterator __construct( HTML_QuickForm2_Container $container)

  • Access: public

Overrides RecursiveArrayIterator::constructor __construct ( [$array = ] ) (parent method not documented)

Parameters:

HTML_QuickForm2_Container   $container   — 

[ Top ]

getChildren   [line 45]

void getChildren( )

  • Access: public

Overrides RecursiveArrayIterator::getChildren ( ) (parent method not documented)
[ Top ]

hasChildren   [line 40]

void hasChildren( )

  • Access: public

Overrides RecursiveArrayIterator::hasChildren ( ) (parent method not documented)
[ Top ]


Documentation generated on Wed, 10 Apr 2019 08:56:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.