ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ItemBlockSequence.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
24 
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...