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

Public Member Functions

 __construct (array $parts)
 
 getParts ()
 

Protected Attributes

array $parts
 

Detailed Description

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

Definition at line 26 of file class.BlockSequence.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Component\Legacy\Content\BlockSequence::__construct ( array  $parts)
Parameters
BlockSequencePart[]$parts

Definition at line 36 of file class.BlockSequence.php.

References ILIAS\UI\Component\Legacy\Content\BlockSequence\$parts.

37  {
38  $this->parts = $parts;
39  }

Member Function Documentation

◆ getParts()

ILIAS\UI\Component\Legacy\Content\BlockSequence::getParts ( )

Field Documentation

◆ $parts

array ILIAS\UI\Component\Legacy\Content\BlockSequence::$parts
protected

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