ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
wrapper for iterating a list of user settings by providing the user ids More...
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::__destruct | ( | ) |
Definition at line 27 of file class.ilNotificationUserIterator.php.
ilNotificationUserIterator::current | ( | ) |
ilNotificationUserIterator::key | ( | ) |
Definition at line 37 of file class.ilNotificationUserIterator.php.
References data.
ilNotificationUserIterator::next | ( | ) |
Definition at line 42 of file class.ilNotificationUserIterator.php.
ilNotificationUserIterator::rewind | ( | ) |
Definition at line 47 of file class.ilNotificationUserIterator.php.
References $query, ilNotificationSetupHelper\$tbl_userconfig, and array.
Referenced by __construct().
ilNotificationUserIterator::valid | ( | ) |
|
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().