|
ILIAS
release_8 Revision v8.24
|
Class ilCtrlArrayIterator. More...
Inheritance diagram for ilCtrlArrayIterator:
Collaboration diagram for ilCtrlArrayIterator:Public Member Functions | |
| __construct (array $data) | |
| ilCtrlArrayIterator Constructor More... | |
| current () | |
| @inheritDoc More... | |
| next () | |
| @inheritDoc More... | |
| key () | |
| @inheritDoc More... | |
| valid () | |
| @inheritDoc More... | |
| rewind () | |
| @inheritDoc More... | |
| current () | |
| @inheritDoc More... | |
| key () | |
| @inheritDoc More... | |
Private Attributes | |
| array | $data |
Class ilCtrlArrayIterator.
Definition at line 12 of file class.ilCtrlArrayIterator.php.
| ilCtrlArrayIterator::__construct | ( | array | $data | ) |
ilCtrlArrayIterator Constructor
| string[] |
Definition at line 24 of file class.ilCtrlArrayIterator.php.
References $data.
| ilCtrlArrayIterator::current | ( | ) |
@inheritDoc
Implements ilCtrlIteratorInterface.
Definition at line 32 of file class.ilCtrlArrayIterator.php.
References current(), and valid().
Referenced by current(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrlArrayIterator::key | ( | ) |
@inheritDoc
Implements ilCtrlIteratorInterface.
Definition at line 52 of file class.ilCtrlArrayIterator.php.
References key(), and valid().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrlArrayIterator::next | ( | ) |
| ilCtrlArrayIterator::rewind | ( | ) |
@inheritDoc
Definition at line 84 of file class.ilCtrlArrayIterator.php.
| ilCtrlArrayIterator::valid | ( | ) |
@inheritDoc
Definition at line 64 of file class.ilCtrlArrayIterator.php.
References ILIAS\LTI\ToolProvider\$key, current(), key(), next(), and valid().
Referenced by current(), key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 17 of file class.ilCtrlArrayIterator.php.
Referenced by __construct().