ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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\key
key()
ILIAS\Tracking\View\PropertyList\PropertyListInterface
Definition:
PropertyListInterface.php:26
ILIAS\Tracking\View\PropertyList\PropertyListInterface\valid
valid()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\next
next()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\current
current()
ILIAS\Tracking\View\PropertyList\PropertyListInterface\count
count()
Countable
ILIAS\Tracking\View\PropertyList\PropertyListInterface\rewind
rewind()
Iterator
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 Tue Sep 2 2025 23:04:13 for ILIAS by
1.8.13 (using
Doxyfile
)