ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.BlockItemsInfo.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Container\Content\ItemBlock
;
22
27
class
BlockItemsInfo
28
{
29
protected
bool
$limit_exhausted
=
false
;
30
protected
array
$ref_ids
= [];
31
32
public
function
__construct
(
33
array $ref_ids,
34
bool
$limit_exhausted
35
) {
36
$this->ref_ids =
$ref_ids
;
37
$this->limit_exhausted =
$limit_exhausted
;
38
}
39
40
public
function
getRefIds
(): array
41
{
42
return
$this->ref_ids
;
43
}
44
45
public
function
getLimitExhausted
(): bool
46
{
47
return
$this->limit_exhausted
;
48
}
49
}
ILIAS\UI\Component\Legacy\Content::ItemBlock\BlockItemsInfo\getLimitExhausted
getLimitExhausted()
Definition:
class.BlockItemsInfo.php:45
ILIAS\UI\Component\Legacy\Content::ItemBlock\BlockItemsInfo\__construct
__construct(array $ref_ids, bool $limit_exhausted)
Definition:
class.BlockItemsInfo.php:32
ILIAS\Container\Content\ItemBlock
Definition:
class.BlockItemsInfo.php:21
ILIAS\UI\Component\Legacy\Content::ItemBlock\BlockItemsInfo\$limit_exhausted
bool $limit_exhausted
Definition:
class.BlockItemsInfo.php:29
ILIAS\UI\Component\Legacy\Content::ItemBlock\BlockItemsInfo\getRefIds
getRefIds()
Definition:
class.BlockItemsInfo.php:40
ILIAS\UI\Component\Legacy\Content::ItemBlock\BlockItemsInfo
Definition:
class.BlockItemsInfo.php:27
ILIAS\UI\Component\Legacy\Content::ItemBlock\BlockItemsInfo\$ref_ids
array $ref_ids
Definition:
class.BlockItemsInfo.php:30
components
ILIAS
Container
Content
ItemBlock
class.BlockItemsInfo.php
Generated on Thu Apr 3 2025 23:02:35 for ILIAS by
1.8.13 (using
Doxyfile
)