ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 
12 {
18  public function __construct($a_id = 0, $a_call_by_reference = true)
19  {
20  $this->type = 'grpr';
21  parent::__construct($a_id, $a_call_by_reference);
22  }
23 }
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)