|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for testDataFileIterator:
Collaboration diagram for testDataFileIterator:Public Member Functions | |
| __construct ($file) | |
| __destruct () | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
Protected Attributes | |
| $file | |
| $key = 0 | |
| $current | |
Private Member Functions | |
| _parseNextDataset () | |
| _getcsv ($input, $delimiter, $enclosure) | |
| _parseDataValue ($dataValue) | |
Definition at line 3 of file testDataFileIterator.php.
| testDataFileIterator::__construct | ( | $file | ) |
| testDataFileIterator::__destruct | ( | ) |
Definition at line 15 of file testDataFileIterator.php.
|
private |
Definition at line 69 of file testDataFileIterator.php.
References $data, and rewind().
Referenced by _parseNextDataset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 88 of file testDataFileIterator.php.
References _parseDataValue().
Referenced by _parseDataValue(), and _parseNextDataset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 48 of file testDataFileIterator.php.
References _getcsv(), and _parseDataValue().
Referenced by next(), and rewind().
Here is the call graph for this function:
Here is the caller graph for this function:| testDataFileIterator::current | ( | ) |
Definition at line 37 of file testDataFileIterator.php.
References $current.
Referenced by next(), and rewind().
Here is the caller graph for this function:| testDataFileIterator::key | ( | ) |
Definition at line 32 of file testDataFileIterator.php.
References $key.
Referenced by next(), and rewind().
Here is the caller graph for this function:| testDataFileIterator::next | ( | ) |
Definition at line 42 of file testDataFileIterator.php.
References _parseNextDataset(), current(), and key().
Here is the call graph for this function:| testDataFileIterator::rewind | ( | ) |
Definition at line 20 of file testDataFileIterator.php.
References _parseNextDataset(), current(), key(), and rewind().
Referenced by _getcsv(), and rewind().
Here is the call graph for this function:
Here is the caller graph for this function:| testDataFileIterator::valid | ( | ) |
Definition at line 27 of file testDataFileIterator.php.
|
protected |
Definition at line 8 of file testDataFileIterator.php.
Referenced by current().
|
protected |
Definition at line 6 of file testDataFileIterator.php.
Referenced by __construct().
|
protected |
Definition at line 7 of file testDataFileIterator.php.
Referenced by key().