◆ blockItemsInfo()
ILIAS\UI\Component\Legacy\Content\DataService::blockItemsInfo |
( |
array |
$ref_ids, |
|
|
bool |
$limit_exhausted |
|
) |
| |
◆ blockSequence()
ILIAS\UI\Component\Legacy\Content\DataService::blockSequence |
( |
array |
$parts | ) |
|
- Parameters
-
BlockSequencePart[] | $parts |
Definition at line 70 of file class.DataService.php.
72 return new BlockSequence(
$parts);
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
◆ itemBlock()
ILIAS\UI\Component\Legacy\Content\DataService::itemBlock |
( |
string |
$id, |
|
|
Block |
$block, |
|
|
array |
$item_ref_ids, |
|
|
bool |
$exhausted, |
|
|
array |
$objective_ids = [] |
|
) |
| |
- Parameters
-
Definition at line 82 of file class.DataService.php.
89 return new ItemBlock(
$id, $block, $item_ref_ids, $exhausted, $objective_ids);
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
◆ itemBlockSequence()
ILIAS\UI\Component\Legacy\Content\DataService::itemBlockSequence |
( |
array |
$blocks | ) |
|
◆ itemGroupBlock()
ILIAS\UI\Component\Legacy\Content\DataService::itemGroupBlock |
( |
int |
$ref_id | ) |
|
◆ itemGroupBlocks()
ILIAS\UI\Component\Legacy\Content\DataService::itemGroupBlocks |
( |
| ) |
|
◆ objectivesBlock()
ILIAS\UI\Component\Legacy\Content\DataService::objectivesBlock |
( |
| ) |
|
◆ otherBlock()
ILIAS\UI\Component\Legacy\Content\DataService::otherBlock |
( |
| ) |
|
◆ sessionBlock()
ILIAS\UI\Component\Legacy\Content\DataService::sessionBlock |
( |
| ) |
|
◆ typeBlock()
ILIAS\UI\Component\Legacy\Content\DataService::typeBlock |
( |
string |
$type | ) |
|
◆ typeBlocks()
ILIAS\UI\Component\Legacy\Content\DataService::typeBlocks |
( |
| ) |
|
The documentation for this class was generated from the following file: