ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PropertyListInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=0);
20
21
namespace
ILIAS\Tracking\View\PropertyList
;
22
23
use Countable;
24
use Iterator;
25
26
interface
PropertyListInterface
extends
Countable, Iterator
27
{
28
public
function
next
(): void;
29
30
public
function
rewind
(): void;
31
32
public
function
valid
(): bool;
33
34
public
function
key
(): string;
35
36
public
function
current
(): string;
37
38
public
function
count
():
int
;
39
}
ILIAS\Tracking\View\PropertyList\PropertyListInterface
Definition:
PropertyListInterface.php:27
ILIAS\Tracking\View\PropertyList\PropertyListInterface\next
next()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\count
count()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\rewind
rewind()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\current
current()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\key
key()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\valid
valid()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Tracking\View\PropertyList
Definition:
Builder.php:21
components
ILIAS
Tracking
classes
View
PropertyList
PropertyListInterface.php
Generated on Sat Oct 18 2025 23:04:37 for ILIAS by
1.9.4 (using
Doxyfile
)