ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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.