3 declare(strict_types=1);
36 if ($item instanceof
Lost) {
40 $mm_item = ilMMItemStorage::find($item->getProviderIdentification()->serialize());
41 if ($mm_item === null) {
43 $mm_item->setPosition($item->getPosition());
44 $mm_item->setIdentification($item->getProviderIdentification()->serialize());
45 $mm_item->setActive(
true);
47 $mm_item->setParentIdentification($item->getParent()->serialize());
Class CachedActiveRecord.
string $parent_identification
true text 256
int $position
true integer 4
string $icon_id
true text 256
string $identification
true true true text 64
setParentIdentification(string $parent_identification)
setPosition(int $position)
getParentIdentification()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setIdentification(string $identification)
string $connector_container_name
setIconId(string $icon_id)
bool $active
true integer 1
static getInstance(?string $component)