ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Container\Content\ItemBlock\BlockItemsInfo Class Reference
+ 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 = []
 

Detailed Description

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

Definition at line 27 of file class.BlockItemsInfo.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\Content\ItemBlock\BlockItemsInfo::__construct ( array  $ref_ids,
bool  $limit_exhausted 
)

Member Function Documentation

◆ getLimitExhausted()

ILIAS\Container\Content\ItemBlock\BlockItemsInfo::getLimitExhausted ( )

Definition at line 45 of file class.BlockItemsInfo.php.

45 : bool
46 {
48 }

References ILIAS\Container\Content\ItemBlock\BlockItemsInfo\$limit_exhausted.

◆ getRefIds()

ILIAS\Container\Content\ItemBlock\BlockItemsInfo::getRefIds ( )

Definition at line 40 of file class.BlockItemsInfo.php.

40 : array
41 {
42 return $this->ref_ids;
43 }

References ILIAS\Container\Content\ItemBlock\BlockItemsInfo\$ref_ids.

Field Documentation

◆ $limit_exhausted

bool ILIAS\Container\Content\ItemBlock\BlockItemsInfo::$limit_exhausted = false
protected

◆ $ref_ids

array ILIAS\Container\Content\ItemBlock\BlockItemsInfo::$ref_ids = []
protected

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