ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ServicesInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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
34
35 public function forSubObjects(
36 string $type,
37 int $ref_id,
38 string ...$sub_types
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)
forObject(string $type, int $ref_id, string $sub_type='', int $sub_id=0)
getSubObjectID(int $obj_id, int $sub_id, string $sub_type)
$ref_id
Definition: ltiauth.php:66