| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
wrapper for iterating a list of user settings by providing the user ids More...
 Inheritance diagram for ilNotificationUserIterator:
 Inheritance diagram for ilNotificationUserIterator: Collaboration diagram for ilNotificationUserIterator:
 Collaboration diagram for ilNotificationUserIterator:| Public Member Functions | |
| __construct ($module, array $userids=array()) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
| Private Attributes | |
| $userids | |
| $rset | |
| $data | |
| $module | |
wrapper for iterating a list of user settings by providing the user ids
Definition at line 8 of file class.ilNotificationUserIterator.php.
| ilNotificationUserIterator::__construct | ( | $module, | |
| array | $userids = array() | ||
| ) | 
| ilNotificationUserIterator::__destruct | ( | ) | 
Definition at line 26 of file class.ilNotificationUserIterator.php.
| ilNotificationUserIterator::current | ( | ) | 
Definition at line 30 of file class.ilNotificationUserIterator.php.
References $data.
| ilNotificationUserIterator::key | ( | ) | 
Definition at line 34 of file class.ilNotificationUserIterator.php.
| ilNotificationUserIterator::next | ( | ) | 
Definition at line 38 of file class.ilNotificationUserIterator.php.
| ilNotificationUserIterator::rewind | ( | ) | 
Definition at line 42 of file class.ilNotificationUserIterator.php.
References $query, and ilNotificationSetupHelper\$tbl_userconfig.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNotificationUserIterator::valid | ( | ) | 
Definition at line 49 of file class.ilNotificationUserIterator.php.
| 
 | private | 
Definition at line 12 of file class.ilNotificationUserIterator.php.
Referenced by current().
| 
 | private | 
Definition at line 13 of file class.ilNotificationUserIterator.php.
Referenced by __construct().
| 
 | private | 
Definition at line 11 of file class.ilNotificationUserIterator.php.
| 
 | private | 
Definition at line 10 of file class.ilNotificationUserIterator.php.
Referenced by __construct().