ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilUsersGalleryUserCollectionPublicNameSorter.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilUsersGalleryUserCollectionPublicNameSorter
extends
ilAbstractUsersGalleryUserCollectionSorter
22
{
23
protected
function
compare
(
ilUsersGalleryUser
$left,
ilUsersGalleryUser
$right):
int
24
{
25
return
strcmp($left->
getSortablePublicName
(), $right->
getSortablePublicName
());
26
}
27
}
ilAbstractUsersGalleryUserCollectionSorter
Definition:
class.ilAbstractUsersGalleryUserCollectionSorter.php:22
ilUsersGalleryUserCollectionPublicNameSorter
Definition:
class.ilUsersGalleryUserCollectionPublicNameSorter.php:22
ilUsersGalleryUserCollectionPublicNameSorter\compare
compare(ilUsersGalleryUser $left, ilUsersGalleryUser $right)
Definition:
class.ilUsersGalleryUserCollectionPublicNameSorter.php:23
ilUsersGalleryUser
Definition:
interface.ilUsersGalleryUser.php:22
ilUsersGalleryUser\getSortablePublicName
getSortablePublicName()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
User
classes
Gallery
class.ilUsersGalleryUserCollectionPublicNameSorter.php
Generated on Sat Oct 18 2025 23:04:58 for ILIAS by
1.9.4 (using
Doxyfile
)