ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
interface.ilUsersGalleryCollectionProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilUsersGalleryCollectionProvider
22
{
26
public
function
getGroupedCollections
(): array;
27
28
public
function
hasRemovableUsers
(): bool;
29
}
ilUsersGalleryCollectionProvider
Definition:
interface.ilUsersGalleryCollectionProvider.php:22
ilUsersGalleryCollectionProvider\getGroupedCollections
getGroupedCollections()
ilUsersGalleryCollectionProvider\hasRemovableUsers
hasRemovableUsers()
components
ILIAS
User
interfaces
Gallery
interface.ilUsersGalleryCollectionProvider.php
Generated on Sun Apr 5 2026 23:05:06 for ILIAS by
1.9.4 (using
Doxyfile
)