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

Public Member Functions

 __construct (string $block_id, Block $block, array $item_ref_ids, bool $limit_exhausted, array $objective_ids=[])
 
 getId ()
 
 getBlock ()
 
 getLimitExhausted ()
 
 getItemRefIds ()
 
 getObjectiveIds ()
 
 setPosition (int $pos)
 
 getPosition ()
 
 setPageEmbedded (bool $embedded)
 
 getPageEmbedded ()
 

Protected Attributes

array $objective_ids = []
 
bool $page_embedded = false
 
int $pos = 0
 
array $item_ref_ids = []
 
Block $block
 
string $block_id = ""
 
bool $limit_exhausted = false
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getBlock()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getBlock ( )

◆ getId()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getId ( )

◆ getItemRefIds()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getItemRefIds ( )

◆ getLimitExhausted()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getLimitExhausted ( )

◆ getObjectiveIds()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getObjectiveIds ( )

◆ getPageEmbedded()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getPageEmbedded ( )

◆ getPosition()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getPosition ( )

◆ setPageEmbedded()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::setPageEmbedded ( bool  $embedded)

Definition at line 95 of file class.ItemBlock.php.

95  : void
96  {
97  $this->page_embedded = $embedded;
98  }

◆ setPosition()

ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::setPosition ( int  $pos)

Definition at line 85 of file class.ItemBlock.php.

References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$pos.

85  : void
86  {
87  $this->pos = $pos;
88  }

Field Documentation

◆ $block

◆ $block_id

string ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlock::$block_id = ""
protected

◆ $item_ref_ids

◆ $limit_exhausted

bool ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlock::$limit_exhausted = false
protected

◆ $objective_ids

◆ $page_embedded

bool ILIAS\UI\Component\Legacy\Content::ItemBlock\ItemBlock::$page_embedded = false
protected

◆ $pos


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