ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilExcRepoObjAssignmentInterface Interface Reference

Interface for assignment types. More...

+ Inheritance diagram for ilExcRepoObjAssignmentInterface:
+ Collaboration diagram for ilExcRepoObjAssignmentInterface:

Public Member Functions

 getAssignmentInfoOfObj ($a_ref_id, $a_user_id)
 Get assignment(s) info of repository object. More...
 
 isGranted ($a_ref_id, $a_user_id)
 Get assignment access info for a repository object. More...
 

Detailed Description

Interface for assignment types.

Author
Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 10 of file interface.ilExcRepoObjAssignmentInterface.php.

Member Function Documentation

◆ getAssignmentInfoOfObj()

ilExcRepoObjAssignmentInterface::getAssignmentInfoOfObj (   $a_ref_id,
  $a_user_id 
)

Get assignment(s) info of repository object.

Parameters
int$a_ref_idref id
int$a_user_iduser id
Returns
ilExcRepoObjAssignmentInfoInterface[]

Implemented in ilExcRepoObjAssignment.

◆ isGranted()

ilExcRepoObjAssignmentInterface::isGranted (   $a_ref_id,
  $a_user_id 
)

Get assignment access info for a repository object.

Parameters
int$a_ref_id
int$a_user_id
Returns
ilExcRepoObjAssignmentAccessInfoInterface

Implemented in ilExcRepoObjAssignment.


The documentation for this interface was generated from the following file: