ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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)
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.
Countable
ilUsersGalleryUserCollection\setLabel
setLabel($label)
php
Iterator
Services
User
Gallery
interfaces
interface.ilUsersGalleryUserCollection.php
Generated on Thu Jan 16 2025 19:02:33 for ILIAS by
1.8.13 (using
Doxyfile
)