ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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}
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...
getAssignmentInfoOfObj(int $a_ref_id, int $a_user_id)
getAccessInfo(int $a_ref_id, int $a_user_id)
Get assignment access info for a repository object.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...