ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilExcRepoObjAssignment.php
Go to the documentation of this file.
1 <?php
2 
24 {
29  protected function __construct()
30  {
31  }
32 
33  public static function getInstance(): self
34  {
35  return new self();
36  }
37 
41  public function getAssignmentInfoOfObj(int $a_ref_id, int $a_user_id): array
42  {
43  return ilExcRepoObjAssignmentInfo::getInfo($a_ref_id, $a_user_id);
44  }
45 
46  public function getAccessInfo(
47  int $a_ref_id,
48  int $a_user_id
50  return ilExcRepoObjAssignmentAccessInfo::getInfo($a_ref_id, $a_user_id);
51  }
52 }
static getInfo(int $a_ref_id, int $a_user_id)
getAssignmentInfoOfObj(int $a_ref_id, int $a_user_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInfo(int $a_ref_id, int $a_user_id)
Get all info objects for a ref id of an repo object.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAccessInfo(int $a_ref_id, int $a_user_id)
Get assignment access info for a repository object.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...