ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (private readonly string $module, private readonly array $userids=[]) | |
__destruct () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Private Attributes | |
ilDBStatement | $rset |
readonly ilDBInterface | $db |
array | $data = null |
Definition at line 32 of file ilNotificationUserIterator.php.
ILIAS\Notifications\ilNotificationUserIterator::__construct | ( | private readonly string | $module, |
private readonly array | $userids = [] |
||
) |
list<int> | $userids |
Definition at line 42 of file ilNotificationUserIterator.php.
References $DIC, and ILIAS\Notifications\ilNotificationUserIterator\rewind().
ILIAS\Notifications\ilNotificationUserIterator::__destruct | ( | ) |
Definition at line 50 of file ilNotificationUserIterator.php.
ILIAS\Notifications\ilNotificationUserIterator::current | ( | ) |
Definition at line 58 of file ilNotificationUserIterator.php.
References ILIAS\Notifications\ilNotificationUserIterator\$data.
ILIAS\Notifications\ilNotificationUserIterator::key | ( | ) |
Definition at line 63 of file ilNotificationUserIterator.php.
ILIAS\Notifications\ilNotificationUserIterator::next | ( | ) |
Definition at line 68 of file ilNotificationUserIterator.php.
ILIAS\Notifications\ilNotificationUserIterator::rewind | ( | ) |
Definition at line 72 of file ilNotificationUserIterator.php.
References ILIAS\Notifications\ilNotificationSetupHelper\$tbl_userconfig, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by ILIAS\Notifications\ilNotificationUserIterator\__construct().
ILIAS\Notifications\ilNotificationUserIterator::valid | ( | ) |
Definition at line 85 of file ilNotificationUserIterator.php.
|
private |
Definition at line 37 of file ilNotificationUserIterator.php.
Referenced by ILIAS\Notifications\ilNotificationUserIterator\current().
|
private |
Definition at line 35 of file ilNotificationUserIterator.php.
|
private |
Definition at line 34 of file ilNotificationUserIterator.php.