ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 |
Definition at line 28 of file class.ItemBlock.php.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::__construct | ( | string | $block_id, |
Block | $block, | ||
array | $item_ref_ids, | ||
bool | $limit_exhausted, | ||
array | $objective_ids = [] |
||
) |
Definition at line 41 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$block, ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$block_id, ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$item_ref_ids, ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$limit_exhausted, and ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$objective_ids.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getBlock | ( | ) |
Definition at line 59 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$block.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getId | ( | ) |
Definition at line 54 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$block_id.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getItemRefIds | ( | ) |
Definition at line 72 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$item_ref_ids.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getLimitExhausted | ( | ) |
Definition at line 64 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$limit_exhausted.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getObjectiveIds | ( | ) |
Definition at line 80 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$objective_ids.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getPageEmbedded | ( | ) |
Definition at line 100 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$page_embedded.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::getPosition | ( | ) |
Definition at line 90 of file class.ItemBlock.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\$pos.
ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock::setPageEmbedded | ( | bool | $embedded | ) |
Definition at line 95 of file class.ItemBlock.php.
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.
|
protected |
Definition at line 37 of file class.ItemBlock.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\__construct(), ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\getBlock(), ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlockSequenceGenerator\getBlocksForPart(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlockSequenceGenerator\getSequence().
|
protected |
Definition at line 38 of file class.ItemBlock.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\__construct(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\getId().
|
protected |
Definition at line 36 of file class.ItemBlock.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\__construct(), ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\getItemRefIds(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlockSequenceGenerator\preloadSessionandItemGroupItemData().
|
protected |
Definition at line 39 of file class.ItemBlock.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\__construct(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\getLimitExhausted().
|
protected |
Definition at line 30 of file class.ItemBlock.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\__construct(), ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlockSequenceGenerator\getBlocksForPart(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\getObjectiveIds().
|
protected |
Definition at line 31 of file class.ItemBlock.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\ItemBlock\getPageEmbedded().
|
protected |