ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager Class Reference
+ Inheritance diagram for ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager:
+ Collaboration diagram for ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager:

Public Member Functions

 __construct (DataService $data_service, InternalDomainService $domain_service, \ilContainer $container)
 
 getBlockSequence ()
 

Protected Attributes

InternalDomainService $domain
 
DataService $data
 
ilContainer $container
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 28 of file class.ObjectiveViewManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager::__construct ( DataService  $data_service,
InternalDomainService  $domain_service,
\ilContainer  $container 
)

Definition at line 34 of file class.ObjectiveViewManager.php.

References ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager\$container.

38  {
39  $this->data = $data_service;
40  $this->domain = $domain_service;
41  $this->container = $container;
42  }

Member Function Documentation

◆ getBlockSequence()

ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager::getBlockSequence ( )

Implements ILIAS\UI\Component\Legacy\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  }

Field Documentation

◆ $container

ilContainer ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager::$container
protected

◆ $data

DataService ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager::$data
protected

Definition at line 31 of file class.ObjectiveViewManager.php.

◆ $domain

InternalDomainService ILIAS\UI\Component\Legacy\Content\ObjectiveViewManager::$domain
protected

Definition at line 30 of file class.ObjectiveViewManager.php.


The documentation for this class was generated from the following file: