Class: Doctrine_Record_Iterator

Source Location: /Doctrine/Record/Iterator.php

Class Doctrine_Record_Iterator

Class Overview

Located in /Doctrine/Record/Iterator.php [line 2]

ArrayIterator
   |
   --Doctrine_Record_Iterator

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ArrayIterator (Internal Class)

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

Inherited From ArrayIterator (Internal Class)

ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1

[ Top ]
Property Summary
static Doctrine_Null   $null  
Doctrine_Record   $record  

[ Top ]
Method Summary
static void   initNullObject()   initNullObject
Doctrine_Record_Iterator   __construct()   constructor
mixed   current()   current

[ Top ]
Properties
static Doctrine_Null   $null [line 11]
API Tags:
Access:  private


[ Top ]
Doctrine_Record   $record [line 7]
API Tags:
Access:  private


[ Top ]
Methods
static method initNullObject  [line 27]

  static void initNullObject( Doctrine_Null $null  )

initNullObject

Parameters:
Doctrine_Null   $null: 

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 17]

  Doctrine_Record_Iterator __construct( Doctrine_Record $record  )

constructor

Parameters:
Doctrine_Record   $record: 

API Tags:
Access:  public


Redefinition of:
ArrayIterator::constructor __construct ( $array )

[ Top ]
current  [line 36]

  mixed current( )

current


API Tags:
Access:  public


Redefinition of:
ArrayIterator::current ( )

[ Top ]