ILIAS
eassessment Revision 61809
|
Auto completion class for user lists. More...
Static Public Member Functions | |
static | getList ($a_str) |
Get completion list. | |
static | getListByObject ($a_str) |
Get list of roles assigned to an object. |
Auto completion class for user lists.
Definition at line 8 of file class.ilRoleAutoComplete.php.
|
static |
Get completion list.
Definition at line 13 of file class.ilRoleAutoComplete.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, ilJsonUtil\encode(), and getListByObject().
Referenced by ilRoleAutoCompleteInputGUI\echoAutoCompleteList().
|
static |
Get list of roles assigned to an object.
object | $result |
Definition at line 60 of file class.ilRoleAutoComplete.php.
References $ilDB, $query, $res, $row, ilObject\_lookupTitle(), DB_FETCHMODE_OBJECT, and ilJsonUtil\encode().
Referenced by getList().