19 declare(strict_types=1);
27 throw new \Exception(
'Do not use ilLPStatusWrapper::_refreshStatus here; use _updateStatus instead');
30 public static function _updateStatus(
int $a_obj_id,
int $a_usr_id, ?
object $a_obj =
null,
bool $a_percentage =
false,
bool $a_force_raise =
false): void
51 protected function setUp(): void
53 $this->tree = $this->createMock(ilTree::class);
61 $this->assertInstanceOf(ilLSLPEventHandler::class, $obj);
74 ->expects($this->exactly(2))
75 ->method(
'getParentNodeData')
83 $obj->updateLPForChildEvent($values);
85 $obj->updateLPForChildEvent($values);
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _refreshStatus(int $a_obj_id, ?array $a_users=null)
ilLPStatusWrapper $lp_status
getRefIdsOfObjId(int $triggerer_obj_id)
testUpdateLPForChildEvent()
static _updateStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false)