58 $this->appendParentContextName($contexts);
68 $contexts = array($this->
getId());
69 $this->appendParentContextName($contexts);
83 protected ?
int $id = 0;
92 protected string $context = self::CONTEXT_OBJECT;
106 public function setId(?
int $id): void
133 return 'il_orgu_op_contexts';
138 if (self::where(array(
'context' => $this->
getContext()))->hasSets()) {
139 throw new ilException(
'Context already registered');
147 private function appendParentContextName(array $contexts):
void 155 $contexts[] = $parent->getContext();
156 $parent->appendParentContextName($contexts);
164 private function appendParentContextId(array $contexts):
void 172 $contexts[] = $parent->getId();
173 $parent->appendParentContextName($contexts);
getPopulatedContextNames()
static returnDbTableName()
setParentContextId(int $parent_context_id)
setContext(string $context)
static array $available_contexts