ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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\PresenterInterface\elements
elements()
ILIAS\MetaData\Editor\Presenter\ElementsInterface
Definition:
ElementsInterface.php:26
ILIAS\MetaData\Editor\Presenter\DataInterface
Definition:
DataInterface.php:27
ILIAS\MetaData\Editor\Presenter\PresenterInterface\utilities
utilities()
ILIAS\MetaData\Editor\Presenter\UtilitiesInterface
Definition:
UtilitiesInterface.php:25
ILIAS\MetaData\Editor\Presenter
Definition:
Data.php:21
ILIAS\MetaData\Editor\Presenter\PresenterInterface\data
data()
PresenterInterface
components
ILIAS
MetaData
classes
Editor
Presenter
PresenterInterface.php
Generated on Mon Sep 1 2025 23:03:31 for ILIAS by
1.8.13 (using
Doxyfile
)