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