19 declare(strict_types=1);
63 array_walk($usrIds,
static function (
int $usrId):
void {
73 array_walk($objIds,
static function (
int $objId):
void {
83 array_walk($orgUnitIds,
static function (
int $orgUnitId):
void {
91 $clone->objectTitle = $title;
99 $clone->userFirstName = $firstName;
106 $clone = clone $this;
107 $clone->userLastName = $lastName;
114 $clone = clone $this;
115 $clone->userLogin = $login;
122 $clone = clone $this;
123 $clone->userEmail = $emailAddress;
130 $clone = clone $this;
138 $clone = clone $this;
146 $clone = clone $this;
154 $clone = clone $this;
155 $clone->onlyCertActive = $status;
168 $clone = clone $this;
169 $clone->userIds = array_unique($usrIds);
182 $clone = clone $this;
183 $clone->userIds = array_unique(array_merge($clone->userIds, $usrIds));
196 $clone = clone $this;
197 $clone->objIds = array_unique($objIds);
210 $clone = clone $this;
211 $clone->objIds = array_unique(array_merge($clone->objIds, $objIds));
224 $clone = clone $this;
225 $clone->orgUnitIds = array_unique($orgUnitIds);
238 $clone = clone $this;
239 $clone->orgUnitIds = array_unique(array_merge($clone->orgUnitIds, $orgUnitIds));
315 $clone = clone $this;
316 $clone->sorts[] = [self::SORT_FIELD_USR_LASTNAME, $direction];
323 $clone = clone $this;
324 $clone->sorts[] = [self::SORT_FIELD_USR_FIRSTNAME, $direction];
331 $clone = clone $this;
332 $clone->sorts[] = [self::SORT_FIELD_OBJ_TITLE, $direction];
339 $clone = clone $this;
340 $clone->sorts[] = [self::SORT_FIELD_USR_LOGIN, $direction];
347 $clone = clone $this;
348 $clone->sorts[] = [self::SORT_FIELD_ISSUE_TIMESTAMP, $direction];
355 $clone = clone $this;
356 $clone->sorts[] = [self::SORT_FIELD_USR_EMAIL, $direction];
371 $clone = clone $this;
383 $clone = clone $this;
395 $clone = clone $this;
396 $clone->shouldIncludeDeletedObjects =
true;
403 $clone = clone $this;
404 $clone->shouldIncludeDeletedObjects =
false;
withUserIdentification(?string $userIdentification)
final const SORT_DIRECTION_DESC
withObjIds(array $objIds)
withIssuedBeforeTimestamp(?int $timestamp)
ensureValidUniqueObjIds(array $objIds)
withSortedLogins(int $direction=self::SORT_DIRECTION_ASC)
ensureValidUniqueUsrIds(array $usrIds)
ensureValidUniqueOrgUnitIds(array $orgUnitIds)
getIssuedAfterTimestamp()
int $issuedBeforeTimestamp
withoutShouldIncludeDeletedObjects()
withSortedFirstNames(int $direction=self::SORT_DIRECTION_ASC)
withUserIds(array $usrIds)
int $issuedAfterTimestamp
final const SORT_FIELD_USR_LASTNAME
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
withAdditionalObjIds(array $objIds)
withOrgUnitIds(array $orgUnitIds)
withAdditionalOrgUnitIds(array $orgUnitIds)
final const SORT_DIRECTION_ASC
bool $shouldIncludeDeletedObjects
foreach($mandatory_scripts as $file) $timestamp
final const SORT_FIELD_USR_EMAIL
getIssuedBeforeTimestamp()
withUserLogin(?string $login)
withObjectTitle(?string $title)
withAdditionalUserIds(array $usrIds)
final const SORT_FIELD_ISSUE_TIMESTAMP
final const SORT_FIELD_OBJ_TITLE
final const SORT_FIELD_USR_LOGIN
final const SORT_FIELD_USR_FIRSTNAME
withLimitOffset(?int $limitOffset)
withUserFirstName(?string $firstName)
withUserLastName(?string $lastName)
withSortedObjectTitles(int $direction=self::SORT_DIRECTION_ASC)
withShouldIncludeDeletedObjects()
string $userIdentification
withUserEmailAddress(?string $emailAddress)
shouldIncludeDeletedObjects()
withOnlyCertActive(bool $status)
withIssuedAfterTimestamp(?int $timestamp)
withSortedEmails(int $direction=self::SORT_DIRECTION_ASC)
withSortedIssuedOnTimestamps(int $direction=self::SORT_DIRECTION_ASC)
withLimitCount(?int $limitCount)
withSortedLastNames(int $direction=self::SORT_DIRECTION_ASC)