|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Container\Content\ItemBlock\BlockItemsInfo: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\Container\Content\ItemBlock\BlockItemsInfo::__construct | ( | array | $ref_ids, |
| bool | $limit_exhausted | ||
| ) |
Definition at line 32 of file class.BlockItemsInfo.php.
References ILIAS\Container\Content\ItemBlock\BlockItemsInfo\$limit_exhausted, and ILIAS\Container\Content\ItemBlock\BlockItemsInfo\$ref_ids.
| ILIAS\Container\Content\ItemBlock\BlockItemsInfo::getLimitExhausted | ( | ) |
Definition at line 45 of file class.BlockItemsInfo.php.
References ILIAS\Container\Content\ItemBlock\BlockItemsInfo\$limit_exhausted.
| ILIAS\Container\Content\ItemBlock\BlockItemsInfo::getRefIds | ( | ) |
Definition at line 40 of file class.BlockItemsInfo.php.
References ILIAS\Container\Content\ItemBlock\BlockItemsInfo\$ref_ids.
|
protected |
Definition at line 29 of file class.BlockItemsInfo.php.
Referenced by ILIAS\Container\Content\ItemBlock\BlockItemsInfo\__construct(), and ILIAS\Container\Content\ItemBlock\BlockItemsInfo\getLimitExhausted().
|
protected |
Definition at line 30 of file class.BlockItemsInfo.php.
Referenced by ILIAS\Container\Content\ItemBlock\BlockItemsInfo\__construct(), and ILIAS\Container\Content\ItemBlock\BlockItemsInfo\getRefIds().