14 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
false)
16 $this->target_type =
'prg';
17 $this->reference_type =
'prgr';
26 public static function _goto($a_target)
43 if (!(
int) $_REQUEST[
'target_id']) {
47 if (!$ilAccess->checkAccess(
'visible',
'', (
int) $_REQUEST[
'target_id'])) {
65 $a_obj->setTargetId($target_obj_id);
67 parent::putObjectInTree($a_obj, $a_parent_node_id);
72 if ($reference_position === $obj_to_be_referenced) {
75 $queque = [$reference_position];
76 while ($parent = array_shift($queque)) {
77 $p_parent = (int) $this->tree->getParentId($parent);
78 if ($p_parent === $obj_to_be_referenced) {
82 array_push($queque, $p_parent);
86 $parent_ref_loc = (int) $this->tree->getParentId($parent_ref_ref_id);
87 if ($parent_ref_loc === $obj_to_be_referenced) {
91 array_push($queque, $parent_ref_loc);
createObject()
Create object.
putObjectInTree(ilObject $a_obj, $a_parent_node_id=null)
tryingToCreateCircularReference($obj_to_be_referenced, $reference_position)
static _getAllReferences($a_id)
get all reference ids of object
ilObjStudyProgrammeReferenceGUI: ilPermissionGUI, ilInfoScreenGUI, ilPropertyFormGUI ...
static _goto($a_target)
_goto Deep link
static _lookupObjId($a_id)
static _goto($a_target)
Support for goto php.
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
__construct(Container $dic, ilPlugin $plugin)
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=false)
ilObjGroupReferenceGUI constructor.
update()
update object in db
static _lookupTargetRefId($a_obj_id)
Lookup target ref_id.
static _lookupSourceIds($a_target_id)
Get ids of all container references that target the object with the given id.