ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
interface.ilUsersGalleryUserCollection.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
interface
ilUsersGalleryUserCollection
extends
Iterator
,
Countable
8
{
13
public
function
setHighlighted
($status);
14
19
public
function
isHighlighted
();
20
24
public
function
getLabel
();
25
29
public
function
setLabel
($label);
30
34
public
function
setItems
(array $items);
35
39
public
function
getItems
();
40
}
ilUsersGalleryUserCollection
Interface ilUsersGalleryUserCollection.
Definition:
interface.ilUsersGalleryUserCollection.php:7
ilUsersGalleryUserCollection\setItems
setItems(array $items)
Countable
ilUsersGalleryUserCollection\getItems
getItems()
ilUsersGalleryUserCollection\getLabel
getLabel()
ilUsersGalleryUserCollection\setHighlighted
setHighlighted($status)
Set whether or not this group is highlighted.
ilUsersGalleryUserCollection\isHighlighted
isHighlighted()
Returns whether or not it is a highlighted group.
Iterator
ilUsersGalleryUserCollection\setLabel
setLabel($label)
Services
User
Gallery
interfaces
interface.ilUsersGalleryUserCollection.php
Generated on Sun Aug 31 2025 20:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)