ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Container\Content\ItemGroupBlock Class Reference

A block that holds a single item group. More...

+ Inheritance diagram for ILIAS\Container\Content\ItemGroupBlock:
+ Collaboration diagram for ILIAS\Container\Content\ItemGroupBlock:

Public Member Functions

 __construct (int $ref_id)
 
 getRefId ()
 

Protected Attributes

int $ref_id
 

Detailed Description

A block that holds a single item group.

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

Definition at line 27 of file class.ItemGroupBlock.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\Content\ItemGroupBlock::__construct ( int  $ref_id)

Member Function Documentation

◆ getRefId()

ILIAS\Container\Content\ItemGroupBlock::getRefId ( )

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

36 : int
37 {
38 return $this->ref_id;
39 }

References ILIAS\Container\Content\ItemGroupBlock\$ref_id.

Field Documentation

◆ $ref_id

int ILIAS\Container\Content\ItemGroupBlock::$ref_id
protected

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