ILIAS
release_8 Revision v8.19
|
Class ilCtrlArrayIterator. More...
Public Member Functions | |
__construct (array $data) | |
ilCtrlArrayIterator Constructor More... | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
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 | ( | ) |
Implements ilCtrlIteratorInterface.
Definition at line 32 of file class.ilCtrlArrayIterator.php.
References valid().
Referenced by valid().
ilCtrlArrayIterator::key | ( | ) |
Implements ilCtrlIteratorInterface.
Definition at line 52 of file class.ilCtrlArrayIterator.php.
References valid().
Referenced by valid().
ilCtrlArrayIterator::next | ( | ) |
Definition at line 44 of file class.ilCtrlArrayIterator.php.
Referenced by valid().
ilCtrlArrayIterator::rewind | ( | ) |
Definition at line 84 of file class.ilCtrlArrayIterator.php.
ilCtrlArrayIterator::valid | ( | ) |
Definition at line 64 of file class.ilCtrlArrayIterator.php.
References ILIAS\LTI\ToolProvider\$key, current(), key(), and next().
Referenced by current(), and key().
|
private |
Definition at line 17 of file class.ilCtrlArrayIterator.php.
Referenced by __construct().