ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
FieldInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\AdvancedMetaData\Services\ObjectModes\Custom
;
22
23
interface
FieldInterface
24
{
25
public
function
presentableTitle
(): string;
26
27
public
function
valueAsPresentableString
(): string;
28
29
public
function
valueAsHTML
(): string;
30
}
ILIAS\AdvancedMetaData\Services\ObjectModes\Custom
Definition:
Custom.php:21
ILIAS\Cache\Services::ObjectModes::Custom\FieldInterface
Definition:
FieldInterface.php:23
ILIAS\Cache\Services::ObjectModes::Custom\FieldInterface\presentableTitle
presentableTitle()
ILIAS\Cache\Services::ObjectModes::Custom\FieldInterface\valueAsHTML
valueAsHTML()
ILIAS\Cache\Services::ObjectModes::Custom\FieldInterface\valueAsPresentableString
valueAsPresentableString()
components
ILIAS
AdvancedMetaData
classes
Services
ObjectModes
Custom
FieldInterface.php
Generated on Wed Sep 3 2025 23:02:09 for ILIAS by
1.8.13 (using
Doxyfile
)