25 $this->appendParentContextName($contexts);
36 $contexts = array( $this->
getId() );
37 $this->appendParentContextName($contexts);
133 return 'il_orgu_op_contexts';
139 if (self::where(array(
'context' => $this->
getContext() ))->hasSets()) {
140 throw new ilException(
'Context already registered');
149 protected function appendParentContextName(&$contexts)
157 $contexts[] = $parent->getContext();
158 $parent->appendParentContextName($contexts);
167 protected function appendParentContextId(&$contexts)
175 $contexts[] = $parent->getId();
176 $parent->appendParentContextName($contexts);
An exception for terminatinating execution or to throw for unit testing.
Base class for ILIAS Exception handling.
Class ilOrgUnitOperationContext.
static returnDbTableName()
setParentContextId($parent_context_id)
getPopulatedContextNames()