ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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.
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ilUsersGalleryUserCollection\isHighlighted
isHighlighted()
Returns whether or not it is a highlighted group.
Iterator
Countable
ilUsersGalleryUserCollection\setLabel
setLabel($label)
Services
User
Gallery
interfaces
interface.ilUsersGalleryUserCollection.php
Generated on Sat Jan 18 2025 19:01:40 for ILIAS by
1.8.13 (using
Doxyfile
)