◆ __construct()
◆ getBlockSequence()
ILIAS\Container\Content\ObjectiveViewManager::getBlockSequence |
( |
| ) |
|
Implements ILIAS\Container\Content\ViewManager.
Definition at line 44 of file class.ObjectiveViewManager.php.
44 : BlockSequence
45 {
46 $blocks = [];
47 $blocks[] = $this->data->objectivesBlock();
48 $blocks[] = $this->data->itemGroupBlocks();
49 $blocks[] = $this->data->otherBlock();
50 return $this->data->blockSequence($blocks);
51 }
◆ $container
ilContainer ILIAS\Container\Content\ObjectiveViewManager::$container |
|
protected |
◆ $data
DataService ILIAS\Container\Content\ObjectiveViewManager::$data |
|
protected |
◆ $domain
The documentation for this class was generated from the following file: