ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilUsersGalleryUserCollectionPublicNameSorter Class Reference
+ Inheritance diagram for ilUsersGalleryUserCollectionPublicNameSorter:
+ Collaboration diagram for ilUsersGalleryUserCollectionPublicNameSorter:

Protected Member Functions

 compare (ilUsersGalleryUser $left, ilUsersGalleryUser $right)
 
- Protected Member Functions inherited from ilAbstractUsersGalleryUserCollectionSorter
 compare (ilUsersGalleryUser $left, ilUsersGalleryUser $right)
 

Additional Inherited Members

- Public Member Functions inherited from ilAbstractUsersGalleryUserCollectionSorter
 sort (array $users)
 

Detailed Description

Member Function Documentation

◆ compare()

ilUsersGalleryUserCollectionPublicNameSorter::compare ( ilUsersGalleryUser  $left,
ilUsersGalleryUser  $right 
)
protected

Definition at line 23 of file class.ilUsersGalleryUserCollectionPublicNameSorter.php.

References ilUsersGalleryUser\getSortablePublicName().

23  : int
24  {
25  return strcmp($left->getSortablePublicName(), $right->getSortablePublicName());
26  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: