ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
FactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services\Manipulator
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
25
interface
FactoryInterface
26
{
27
public
function
get
(
28
SetInterface
$set
29
):
ManipulatorInterface
;
30
}
ILIAS\MetaData\Services\Manipulator\ManipulatorInterface
Definition:
ManipulatorInterface.php:25
ILIAS\MetaData\Services\Manipulator\Manipulator\$set
SetInterface $set
Definition:
Manipulator.php:32
SetInterface
ILIAS\MetaData\Services\Manipulator
Definition:
Factory.php:21
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\Services\Manipulator\FactoryInterface
Definition:
FactoryInterface.php:25
components
ILIAS
MetaData
classes
Services
Manipulator
FactoryInterface.php
Generated on Mon Sep 1 2025 23:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)