28 public static function registerNewContext(
string $context_name, ?
string $parent_context = null): void
31 throw new ilException(
'Context already registered');
36 if ($parent_context !== null && $parentList->hasSets()) {
37 $parent = $parentList->first();
38 if ($parent === null) {
41 $parent_id = $parent->getId();
46 $context->setParentContextId($parent_id);
54 if (!isset(self::$instance_by_name[$context_name])) {
59 return self::$instance_by_name[$context_name];
64 return ilOrgUnitOperationContext::find($id);
71 return self::findByName($type_context);
78 return self::findByName($type_context);
static findByName(string $context_name)
static findByObjId(int $obj_id)
static where($where, $operator=null)
static array $instance_by_name
static registerNewContext(string $context_name, ?string $parent_context=null)
static findByRefId(int $ref_id)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static _lookupType(int $id, bool $reference=false)