|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Notifications\ilNotificationUserIterator:
Collaboration diagram for ILIAS\Notifications\ilNotificationUserIterator:Public Member Functions | |
| __construct (string $module, array $userids=[]) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Private Attributes | |
| array | $userids |
| ilDBStatement | $rset |
| ilDBInterface | $db |
| array | $data |
| string | $module |
Definition at line 30 of file ilNotificationUserIterator.php.
| ILIAS\Notifications\ilNotificationUserIterator::__construct | ( | string | $module, |
| array | $userids = [] |
||
| ) |
Definition at line 41 of file ilNotificationUserIterator.php.
References $ilDB, ILIAS\Notifications\ilNotificationUserIterator\$module, ILIAS\Notifications\ilNotificationUserIterator\$userids, and ILIAS\Notifications\ilNotificationUserIterator\rewind().
Here is the call graph for this function:| ILIAS\Notifications\ilNotificationUserIterator::__destruct | ( | ) |
Definition at line 50 of file ilNotificationUserIterator.php.
| ILIAS\Notifications\ilNotificationUserIterator::current | ( | ) |
Definition at line 55 of file ilNotificationUserIterator.php.
References ILIAS\Notifications\ilNotificationUserIterator\$data.
| ILIAS\Notifications\ilNotificationUserIterator::key | ( | ) |
Definition at line 60 of file ilNotificationUserIterator.php.
| ILIAS\Notifications\ilNotificationUserIterator::next | ( | ) |
Definition at line 65 of file ilNotificationUserIterator.php.
| ILIAS\Notifications\ilNotificationUserIterator::rewind | ( | ) |
Definition at line 69 of file ilNotificationUserIterator.php.
References $query, and ILIAS\Notifications\ilNotificationSetupHelper\$tbl_userconfig.
Referenced by ILIAS\Notifications\ilNotificationUserIterator\__construct().
Here is the caller graph for this function:| ILIAS\Notifications\ilNotificationUserIterator::valid | ( | ) |
Definition at line 77 of file ilNotificationUserIterator.php.
|
private |
Definition at line 38 of file ilNotificationUserIterator.php.
Referenced by ILIAS\Notifications\ilNotificationUserIterator\current().
|
private |
Definition at line 37 of file ilNotificationUserIterator.php.
|
private |
Definition at line 39 of file ilNotificationUserIterator.php.
Referenced by ILIAS\Notifications\ilNotificationUserIterator\__construct().
|
private |
Definition at line 36 of file ilNotificationUserIterator.php.
|
private |
Definition at line 35 of file ilNotificationUserIterator.php.
Referenced by ILIAS\Notifications\ilNotificationUserIterator\__construct().