ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
NullFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services\Reader
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
25
class
NullFactory
implements
FactoryInterface
26
{
27
public
function
get
(
SetInterface
$set
):
ReaderInterface
28
{
29
return
new
NullReader
();
30
}
31
}
ILIAS\MetaData\Services\Reader\NullFactory
Definition:
NullFactory.php:26
ILIAS\MetaData\Services\Reader\NullReader
Definition:
NullReader.php:28
ILIAS\MetaData\Services\Reader\Reader\$set
SetInterface $set
Definition:
Reader.php:32
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:27
ILIAS\MetaData\Services\Reader\FactoryInterface
Definition:
FactoryInterface.php:26
ILIAS\MetaData\Services\Reader\ReaderInterface
Definition:
ReaderInterface.php:27
ILIAS\MetaData\Services\Reader
Definition:
Factory.php:21
components
ILIAS
MetaData
classes
Services
Reader
NullFactory.php
Generated on Sun Oct 19 2025 23:03:18 for ILIAS by
1.9.4 (using
Doxyfile
)