19 declare(strict_types=1);
58 public function next(): void
66 public function key(): ?string
69 return key($this->data);
81 $key =
key($this->data);
87 if (!is_string($value) || !is_string($key)) {
89 return $this->
valid();
__construct(array $data)
ilCtrlArrayIterator Constructor
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilCtrlArrayIterator.