19declare(strict_types=1);
23 public const string TYPE =
'talt';
35 return $this->
getId();
38 public static function _exists(
int $id,
bool $reference =
false, ?
string $type =
null): bool
40 return parent::_exists(
$id, $reference, self::TYPE);
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static _writeContainerSetting(int $a_id, string $a_keyword, string $a_value)
create()
note: title, description and type should be set when this function is called
__construct(int $id=0, bool $a_call_by_reference=true)
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc