ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
MarkerFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements\Markers
;
22
23
use
ILIAS\MetaData\Elements\Data\Type
;
24
25
interface
MarkerFactoryInterface
26
{
27
public
function
marker
(
Action
$action,
string
$data_value =
''
):
MarkerInterface
;
28
}
ILIAS\MetaData\Elements\Markers\MarkerFactoryInterface
Definition:
MarkerFactoryInterface.php:26
ILIAS\MetaData\Elements\Markers\MarkerFactoryInterface\marker
marker(Action $action, string $data_value='')
ILIAS\MetaData\Elements\Markers\MarkerInterface
Definition:
MarkerInterface.php:26
ILIAS\MetaData\Elements\Data\Type
Type
Definition:
Type.php:24
ILIAS\MetaData\Elements\Markers
Definition:
Action.php:21
ILIAS\MetaData\Elements\Markers\Action
Action
Definition:
Action.php:24
components
ILIAS
MetaData
classes
Elements
Markers
MarkerFactoryInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)