|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for CoreTestIterator:
Collaboration diagram for CoreTestIterator:Public Member Functions | |
| __construct (array $values, array $keys, $allowValueAccess=false, $maxPosition=false) | |
| rewind () | |
| current () | |
| key () | |
| next () | |
| valid () | |
Private Attributes | |
| $position | |
| $array | |
| $arrayKeys | |
| $allowValueAccess | |
| $maxPosition | |
Definition at line 307 of file CoreTest.php.
| CoreTestIterator::__construct | ( | array | $values, |
| array | $keys, | ||
$allowValueAccess = false, |
|||
$maxPosition = false |
|||
| ) |
Definition at line 315 of file CoreTest.php.
References $allowValueAccess, $keys, and $maxPosition.
| CoreTestIterator::current | ( | ) |
Definition at line 329 of file CoreTest.php.
References key().
Here is the call graph for this function:| CoreTestIterator::key | ( | ) |
Definition at line 338 of file CoreTest.php.
References $position.
Referenced by current().
Here is the caller graph for this function:| CoreTestIterator::next | ( | ) |
Definition at line 343 of file CoreTest.php.
| CoreTestIterator::rewind | ( | ) |
Definition at line 324 of file CoreTest.php.
| CoreTestIterator::valid | ( | ) |
Definition at line 351 of file CoreTest.php.
|
private |
Definition at line 312 of file CoreTest.php.
Referenced by __construct().
|
private |
Definition at line 310 of file CoreTest.php.
|
private |
Definition at line 311 of file CoreTest.php.
|
private |
Definition at line 313 of file CoreTest.php.
Referenced by __construct().
|
private |
Definition at line 309 of file CoreTest.php.