ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.ItemBlockSequence.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Container\Content\ItemBlock
;
22
23
use
ILIAS\Container\Content\Block
;
24
28
class
ItemBlockSequence
29
{
33
protected
array
$blocks
= [];
34
38
public
function
__construct
(
39
array $blocks
40
) {
41
$this->blocks =
$blocks
;
42
}
43
47
public
function
getBlocks
(): array
48
{
49
return
$this->blocks
;
50
}
51
}
ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlockSequence
Definition:
class.ItemBlockSequence.php:28
ILIAS\Container\Content\ItemBlock
Definition:
class.BlockItemsInfo.php:21
Block
ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlockSequence\__construct
__construct(array $blocks)
Definition:
class.ItemBlockSequence.php:38
ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlockSequence\getBlocks
getBlocks()
Definition:
class.ItemBlockSequence.php:47
ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlockSequence\$blocks
array $blocks
Definition:
class.ItemBlockSequence.php:33
components
ILIAS
Container
Content
ItemBlock
class.ItemBlockSequence.php
Generated on Wed Sep 3 2025 23:02:40 for ILIAS by
1.8.13 (using
Doxyfile
)