19declare(strict_types=1);
32 if (!array_key_exists($usrId, self::$userInstances)) {
33 self::$userInstances[$usrId] =
new ilObjUser($usrId);
41 self::$userInstances[$usrId] =
$user;
Class ilMailMimeSenderUserById.
static addUserToCache(int $usrId, ilObjUser $user)
__construct(ilSetting $settings, int $usrId)
static array $userInstances
Class ilMailMimeSenderSystem.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc