ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilObjGroupReference.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
'./Services/ContainerReference/classes/class.ilContainerReference.php'
);
5
12
class
ilObjGroupReference
extends
ilContainerReference
13
{
19
public
function
__construct
($a_id = 0, $a_call_by_reference =
true
)
20
{
21
$this->type =
'grpr'
;
22
parent::__construct
($a_id, $a_call_by_reference);
23
}
24
}
ilContainerReference
Definition:
class.ilContainerReference.php:34
ilObjGroupReference\__construct
__construct($a_id=0, $a_call_by_reference=true)
Constructor.
Definition:
class.ilObjGroupReference.php:19
ilObjGroupReference
Definition:
class.ilObjGroupReference.php:12
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
Modules
GroupReference
classes
class.ilObjGroupReference.php
Generated on Sun Aug 31 2025 20:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)