ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ServicesInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services
;
22
23
use
ILIAS\MetaData\Services\Paths\PathsInterface
;
24
use
ILIAS\MetaData\Services\DataHelper\DataHelperInterface
;
25
use
ILIAS\MetaData\Services\Manipulator\ManipulatorInterface
;
26
use
ILIAS\MetaData\Services\Reader\ReaderInterface
;
27
use
ILIAS\MetaData\Paths\PathInterface
;
28
29
interface
ServicesInterface
30
{
46
public
function
read
(
47
int
$obj_id,
48
int
$sub_id,
49
string
$type,
50
PathInterface
$limited_to = null
51
):
ReaderInterface
;
52
64
public
function
manipulate
(
int
$obj_id,
int
$sub_id,
string
$type):
ManipulatorInterface
;
65
70
public
function
paths
():
PathsInterface
;
71
76
public
function
dataHelper
():
DataHelperInterface
;
77
}
ILIAS\MetaData\Services
ILIAS\MetaData\Services\DataHelper\DataHelperInterface
Definition:
DataHelperInterface.php:25
ILIAS\MetaData\Services\ServicesInterface
Definition:
ServicesInterface.php:29
ILIAS\MetaData\Services\ServicesInterface\dataHelper
dataHelper()
The data carried by many LOM elements is in LOM-specific formats.
ILIAS\MetaData\Services\Reader\ReaderInterface
Definition:
ReaderInterface.php:26
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Services\Manipulator\ManipulatorInterface
Definition:
ManipulatorInterface.php:25
ManipulatorInterface
ILIAS\MetaData\Services\Paths\PathsInterface
Definition:
PathsInterface.php:25
PathsInterface
ILIAS\MetaData\Services\ServicesInterface\paths
paths()
Elements in LOM are identified by paths to them from the root.
DataHelperInterface
ReaderInterface
PathInterface
ILIAS\MetaData\Services\ServicesInterface\read
read(int $obj_id, int $sub_id, string $type, PathInterface $limited_to=null)
Get a reader, which can read out LOM of an ILIAS object.
ILIAS\MetaData\Services\ServicesInterface\manipulate
manipulate(int $obj_id, int $sub_id, string $type)
Get a manipulator, which can manipulate the LOM of an ILIAS object.
Services
MetaData
classes
Services
ServicesInterface.php
Generated on Wed Sep 10 2025 14:11:45 for ILIAS by
1.8.13 (using
Doxyfile
)