ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Container\Content\ItemBlock\ItemBlockSequence Class Reference
+ Collaboration diagram for ILIAS\Container\Content\ItemBlock\ItemBlockSequence:

Public Member Functions

 __construct (array $blocks)
 
 getBlocks ()
 

Protected Attributes

array $blocks = []
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\Content\ItemBlock\ItemBlockSequence::__construct ( array  $blocks)

Member Function Documentation

◆ getBlocks()

ILIAS\Container\Content\ItemBlock\ItemBlockSequence::getBlocks ( )
Returns
ItemBlock[]

Definition at line 47 of file class.ItemBlockSequence.php.

47 : array
48 {
49 return $this->blocks;
50 }

References ILIAS\Container\Content\ItemBlock\ItemBlockSequence\$blocks.

Field Documentation

◆ $blocks

array ILIAS\Container\Content\ItemBlock\ItemBlockSequence::$blocks = []
protected

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