|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Container\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 |
Definition at line 28 of file class.ItemBlock.php.
| ILIAS\Container\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\Container\Content\ItemBlock\ItemBlock\$block, ILIAS\Container\Content\ItemBlock\ItemBlock\$block_id, ILIAS\Container\Content\ItemBlock\ItemBlock\$item_ref_ids, ILIAS\Container\Content\ItemBlock\ItemBlock\$limit_exhausted, and ILIAS\Container\Content\ItemBlock\ItemBlock\$objective_ids.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getBlock | ( | ) |
Definition at line 59 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$block.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getId | ( | ) |
Definition at line 54 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$block_id.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getItemRefIds | ( | ) |
Definition at line 72 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$item_ref_ids.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getLimitExhausted | ( | ) |
Definition at line 64 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$limit_exhausted.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getObjectiveIds | ( | ) |
Definition at line 80 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$objective_ids.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getPageEmbedded | ( | ) |
Definition at line 100 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$page_embedded.
| ILIAS\Container\Content\ItemBlock\ItemBlock::getPosition | ( | ) |
Definition at line 90 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$pos.
| ILIAS\Container\Content\ItemBlock\ItemBlock::setPageEmbedded | ( | bool | $embedded | ) |
Definition at line 95 of file class.ItemBlock.php.
| ILIAS\Container\Content\ItemBlock\ItemBlock::setPosition | ( | int | $pos | ) |
Definition at line 85 of file class.ItemBlock.php.
References ILIAS\Container\Content\ItemBlock\ItemBlock\$pos.
|
protected |
Definition at line 37 of file class.ItemBlock.php.
Referenced by ILIAS\Container\Content\ItemBlock\ItemBlock\__construct(), ILIAS\Container\Content\ItemBlock\ItemBlock\getBlock(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\getBlocksForPart(), and ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\getSequence().
|
protected |
Definition at line 38 of file class.ItemBlock.php.
Referenced by ILIAS\Container\Content\ItemBlock\ItemBlock\__construct(), and ILIAS\Container\Content\ItemBlock\ItemBlock\getId().
|
protected |
|
protected |
Definition at line 39 of file class.ItemBlock.php.
Referenced by ILIAS\Container\Content\ItemBlock\ItemBlock\__construct(), and ILIAS\Container\Content\ItemBlock\ItemBlock\getLimitExhausted().
|
protected |
|
protected |
Definition at line 31 of file class.ItemBlock.php.
Referenced by ILIAS\Container\Content\ItemBlock\ItemBlock\getPageEmbedded().
|
protected |
Definition at line 32 of file class.ItemBlock.php.
Referenced by ILIAS\Container\Content\ItemBlock\ItemBlock\getPosition(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\getSequence(), and ILIAS\Container\Content\ItemBlock\ItemBlock\setPosition().