85 protected function raiseEvent(
string $event)
91 if(!
$DIC->offsetExists(
'ilAppEventHandler')) {
94 $ilAppEventHandler =
$DIC[
'ilAppEventHandler'];
95 $ilAppEventHandler->raise(
'Modules/OrgUnit', $event, array(
104 $this->raiseEvent(
'assignUserToPosition');
108 public function delete()
110 $this->raiseEvent(
'deassignUserFromPosition');
static where($where, $operator=null)
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Class ilOrgUnitUserAssignment.
setPositionId($position_id)
static returnDbTableName()
static findOrCreateAssignment($user_id, $position_id, $orgu_id)