19declare(strict_types=1);
34 if ($item instanceof
Lost) {
38 $mm_item = ilMMItemStorage::find($item->getProviderIdentification()->serialize());
39 if ($mm_item ===
null) {
41 $mm_item->setPosition($item->getPosition());
42 $mm_item->setIdentification($item->getProviderIdentification()->serialize());
43 $mm_item->setActive(
true);
45 $mm_item->setParentIdentification($item->getParent()->serialize());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setPosition(int $position)
string $parent_identification
@con_has_field true @con_fieldtype text @con_length 256
string $identification
@con_is_primary true @con_is_unique true @con_has_field true @con_fieldtype text @con_length 64
bool $active
@con_has_field true @con_fieldtype integer @con_length 1
setIconId(string $icon_id)
getParentIdentification()
int $position
@con_has_field true @con_fieldtype integer @con_length 4
setParentIdentification(string $parent_identification)
string $icon_id
@con_has_field true @con_fieldtype text @con_length 256
setIdentification(string $identification)
string $connector_container_name