| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Represents a set of collected users. More...
 Inheritance diagram for ceLTIc\LTI\User\Collection:
 Collaboration diagram for ceLTIc\LTI\User\Collection: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().
 Here is the caller graph for this function:| 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().