ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ObjectModesInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\AdvancedMetaData\Services\ObjectModes
;
22
23
use
ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\CustomInterface
;
24
25
interface
ObjectModesInterface
26
{
27
public
function
custom
(): CustomInterface;
28
}
ILIAS\AdvancedMetaData\Services\ObjectModes
CustomInterface
ILIAS\Cache\Services::ObjectModes\ObjectModesInterface
Definition:
ObjectModesInterface.php:25
ILIAS\Cache\Services::ObjectModes\ObjectModesInterface\custom
custom()
components
ILIAS
AdvancedMetaData
classes
Services
ObjectModes
ObjectModesInterface.php
Generated on Sun Aug 31 2025 23:02:05 for ILIAS by
1.8.13 (using
Doxyfile
)