ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ServicesInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
28  public function forObject(
29  string $type,
30  int $ref_id,
31  string $sub_type = '',
32  int $sub_id = 0
33  ): ObjectModesInterface;
34 
35  public function forSubObjects(
36  string $type,
37  int $ref_id,
38  string ...$sub_types
39  ): SubObjectModesInterface;
40 
41  public function getSubObjectID(
42  int $obj_id,
43  int $sub_id,
44  string $sub_type
46 }
forSubObjects(string $type, int $ref_id, string ... $sub_types)
$ref_id
Definition: ltiauth.php:65
getSubObjectID(int $obj_id, int $sub_id, string $sub_type)
forObject(string $type, int $ref_id, string $sub_type='', int $sub_id=0)