ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (array $ref_ids, bool $limit_exhausted) | |
getRefIds () | |
getLimitExhausted () | |
Protected Attributes | |
bool | $limit_exhausted = false |
array | $ref_ids = [] |
Definition at line 27 of file class.BlockItemsInfo.php.
ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo::__construct | ( | array | $ref_ids, |
bool | $limit_exhausted | ||
) |
Definition at line 32 of file class.BlockItemsInfo.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\$limit_exhausted, and ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\$ref_ids.
ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo::getLimitExhausted | ( | ) |
Definition at line 45 of file class.BlockItemsInfo.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\$limit_exhausted.
ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo::getRefIds | ( | ) |
Definition at line 40 of file class.BlockItemsInfo.php.
References ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\$ref_ids.
|
protected |
Definition at line 29 of file class.BlockItemsInfo.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\__construct(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\getLimitExhausted().
|
protected |
Definition at line 30 of file class.BlockItemsInfo.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\__construct(), and ILIAS\UI\Component\Legacy\Content\ItemBlock\BlockItemsInfo\getRefIds().