ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ItemBlockSequence.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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\Style\Content::ItemBlock\ItemBlockSequence
Definition:
class.ItemBlockSequence.php:28
ILIAS\Style\Content::ItemBlock\ItemBlockSequence\getBlocks
getBlocks()
Definition:
class.ItemBlockSequence.php:47
ILIAS\Container\Content\ItemBlock
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.BlockItemsInfo.php:21
ILIAS\Style\Content::ItemBlock\ItemBlockSequence\$blocks
array $blocks
Definition:
class.ItemBlockSequence.php:33
Block
ILIAS\Style\Content::ItemBlock\ItemBlockSequence\__construct
__construct(array $blocks)
Definition:
class.ItemBlockSequence.php:38
components
ILIAS
Container
Content
ItemBlock
class.ItemBlockSequence.php
Generated on Wed Sep 10 2025 15:15:17 for ILIAS by
1.8.13 (using
Doxyfile
)