3declare(strict_types=1);
39 self::$disabled =
true;
47 return self::$disabled or parent::isDisabled();
56 return parent::readEntry(
$id);
68 ?
int $int_key1 =
null,
69 ?
int $int_key2 =
null,
70 ?
string $text_key1 =
null,
71 ?
string $text_key2 =
null
74 parent::storeEntry(
$id, $value, $int_key1);
83 parent::deleteByAdditionalKeys(
$ref_id);
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setExpiresAfter(int $a_val)
Set expires after x seconds.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
readEntry(string $id)
Read an entry.
isDisabled()
Check if cache is disabled.
deleteByRefId(int $ref_id)
This one can be called, e.g.
storeEntry(string $id, string $value, ?int $int_key1=null, ?int $int_key2=null, ?string $text_key1=null, ?string $text_key2=null)
Id is user_id:ref_id, we store ref_if additionally.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(!file_exists(getcwd() . '/ilias.ini.php'))
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc