ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
interface.ilExcRepoObjAssignmentInterface.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
10
interface
ilExcRepoObjAssignmentInterface
11
{
19
public
function
getAssignmentInfoOfObj
($a_ref_id, $a_user_id);
20
28
public
function
isGranted
($a_ref_id, $a_user_id);
29
}
ilExcRepoObjAssignmentInterface\getAssignmentInfoOfObj
getAssignmentInfoOfObj($a_ref_id, $a_user_id)
Get assignment(s) info of repository object.
ilExcRepoObjAssignmentInterface
Interface for assignment types.
Definition:
interface.ilExcRepoObjAssignmentInterface.php:10
ilExcRepoObjAssignmentInterface\isGranted
isGranted($a_ref_id, $a_user_id)
Get assignment access info for a repository object.
Modules
Exercise
RepoObjectAssignment
interfaces
interface.ilExcRepoObjAssignmentInterface.php
Generated on Sun Aug 31 2025 21:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)