1 <?php declare(strict_types=1);
11 throw new \Exception(
'Do not use ilLPStatusWrapper::_refreshStatus here; use _updateStatus instead');
41 protected function setUp() : void
43 $this->tree = $this->createMock(ilTree::class);
51 $this->assertInstanceOf(ilLSLPEventHandler::class, $obj);
64 ->expects($this->exactly(2))
65 ->method(
'getParentNodeData')
66 ->willReturn([
'type' =>
'lso',
'obj_id'=>$obj_id])
70 $obj->updateLPForChildEvent($values);
72 $obj->updateLPForChildEvent($values);
static _refreshStatus($a_obj_id, $a_users=null)
getRefIdsOfObjId(int $triggerer_obj_id)
Class ilLPStatusWrapper This class is wrapper for all ilLPStatus classes.
testUpdateLPForChildEvent()
static _updateStatus($a_obj_id, $a_user)