ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
SubObjectRetrieval.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use Generator;
24
26{
30 public function getPossibleTypes(): Generator;
31
35 public function getAllIDsForType(string $type): Generator;
36
37 public function getLinkToSubObject(string $type, int $id): string;
38
39 public function getTitleOfSubObject(string $type, int $id): string;
40}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23