ILIAS
trunk Revision v11.0_alpha-2406-g7062992332c
|
Represents a set of collected users. More...
Public Member Functions | |
addUser (int $a_id) | |
removeUser (int $a_id) | |
getUsers () | |
count () | |
Protected Attributes | |
array | $users = array() |
Represents a set of collected users.
Definition at line 25 of file class.Collection.php.
ceLTIc\LTI\User\Collection::addUser | ( | int | $a_id | ) |
int | $a_id | user id |
Definition at line 33 of file class.Collection.php.
Referenced by ceLTIc\LTI\User\Collector\collectUsers(), and ceLTIc\LTI\User\Collector\collectUsersFromProvider().
ceLTIc\LTI\User\Collection::count | ( | ) |
Definition at line 56 of file class.Collection.php.
ceLTIc\LTI\User\Collection::getUsers | ( | ) |
Definition at line 51 of file class.Collection.php.
References ceLTIc\LTI\User\Collection\$users.
ceLTIc\LTI\User\Collection::removeUser | ( | int | $a_id | ) |
int | $a_id | user id |
Definition at line 41 of file class.Collection.php.
|
protected |
Definition at line 28 of file class.Collection.php.
Referenced by ceLTIc\LTI\User\Collection\getUsers().