ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilCtrlIteratorInterface.php
Go to the documentation of this file.
1 <?php
2 
18 {
24  public function current(): ?string;
25 
31  public function key(): ?string;
32 }
Interface ilCtrlIteratorInterface.