3 declare(strict_types=1);
37 $this->lpstatus = $lp_status_wrapper;
43 foreach ($refs as $ref_id) {
45 if ($lso_id !==
false) {
46 $usr_id = $parameter[
'usr_id'];
47 $this->lpstatus::_updateStatus($lso_id, $usr_id);
58 if (!array_key_exists($child_ref_id, $this->cached_parent_lso)) {
61 return $this->cached_parent_lso[$child_ref_id];
66 $parent_nd = $this->tree->getParentNodeData($child_ref_id);
67 if ($parent_nd[
'type'] ===
'lso') {
68 return $parent_nd[
'obj_id'];
75 if (!array_key_exists($triggerer_obj_id, $this->cached_refs_for_obj)) {
78 return $this->cached_refs_for_obj[$triggerer_obj_id];
getParentLSOObjId(int $child_ref_id)
get the LSO up from $child_ref_if
getParentLSOIdFromTree(int $child_ref_id)
static _getAllReferences($a_id)
get all reference ids of object
getRefIdsOfObjId(int $triggerer_obj_id)
__construct(ilTree $tree, ilLPStatusWrapper $lp_status_wrapper)
updateLPForChildEvent(array $parameter)
Class ilLPStatusWrapper This class is wrapper for all ilLPStatus classes.