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

Class: HTML_QuickForm2_ContainerIterator

Source Location: /HTML_QuickForm2-0.3.0/QuickForm2/Container.php

Class Overview

RecursiveArrayIterator
   |
   --HTML_QuickForm2_ContainerIterator

Implements a recursive iterator for the container elements


Author(s):

Version:

  • Release: 0.3.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 494]
Implements a recursive iterator for the container elements


[ Top ]


Method Detail

__construct (Constructor)   [line 496]

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 506]

void getChildren( )

  • Access: public

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

hasChildren   [line 501]

void hasChildren( )

  • Access: public

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


Documentation generated on Mon, 11 Mar 2019 15:34:58 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.