Inherits ArrayIterator.
Definition at line 33 of file Iterator.php.
constructor
- Parameters
-
Definition at line 50 of file Iterator.php.
{
$this->record = $record;
parent::__construct($record->
getData());
}
| Doctrine_Record_Iterator::current |
( |
| ) |
|
current
- Returns
- mixed
Definition at line 71 of file Iterator.php.
{
$value = parent::current();
if ($value === self::$null) {
return null;
} else {
return $value;
}
}
| static Doctrine_Record_Iterator::initNullObject |
( |
Doctrine_Null |
$null | ) |
|
|
static |
The documentation for this class was generated from the following file: