ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PresenterInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Editor\Presenter
;
22
23
interface
PresenterInterface
24
{
25
public
function
utilities
():
UtilitiesInterface
;
26
27
public
function
data
():
DataInterface
;
28
29
public
function
elements
():
ElementsInterface
;
30
}
ILIAS\MetaData\Editor\Presenter\DataInterface
Definition:
DataInterface.php:28
ILIAS\MetaData\Editor\Presenter\ElementsInterface
Definition:
ElementsInterface.php:27
ILIAS\MetaData\Editor\Presenter\PresenterInterface
Definition:
PresenterInterface.php:24
ILIAS\MetaData\Editor\Presenter\PresenterInterface\utilities
utilities()
ILIAS\MetaData\Editor\Presenter\PresenterInterface\elements
elements()
ILIAS\MetaData\Editor\Presenter\PresenterInterface\data
data()
ILIAS\MetaData\Editor\Presenter\UtilitiesInterface
Definition:
UtilitiesInterface.php:26
ILIAS\MetaData\Editor\Presenter
Definition:
Data.php:21
components
ILIAS
MetaData
classes
Editor
Presenter
PresenterInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)