ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjGroupReference.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
5 include_once('./Services/ContainerReference/classes/class.ilContainerReference.php');
6 
14 {
20  public function __construct($a_id = 0, $a_call_by_reference = true)
21  {
22  $this->type = 'grpr';
23  parent::__construct($a_id, $a_call_by_reference);
24  }
25 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_id=0, $a_call_by_reference=true)
Constructor.
__construct(Container $dic, ilPlugin $plugin)