| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilCtrlArrayIterator. More...
 Inheritance diagram for ilCtrlArrayIterator:
 Collaboration diagram for ilCtrlArrayIterator: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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilCtrlArrayIterator::key | ( | ) | 
Implements ilCtrlIteratorInterface.
Definition at line 52 of file class.ilCtrlArrayIterator.php.
References valid().
Referenced by valid().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilCtrlArrayIterator::next | ( | ) | 
Definition at line 44 of file class.ilCtrlArrayIterator.php.
Referenced by valid().
 Here is the caller graph for this function:| 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().
 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().