19 declare(strict_types=1);
    39         if ($item instanceof 
Lost) {
    43         $mm_item = ilMMItemStorage::find($item->getProviderIdentification()->serialize());
    44         if ($mm_item === null) {
    46             $mm_item->setPosition($item->getPosition());
    47             $mm_item->setIdentification($item->getProviderIdentification()->serialize());
    48             $mm_item->setActive(
true);
    50                 $mm_item->setParentIdentification($item->getParent()->serialize());
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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()
 
setIdentification(string $identification)
 
string $connector_container_name
 
setIconId(string $icon_id)
 
bool $active
true  integer  1