ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
interface.ObjectAdapterInterface.php
Go to the documentation of this file.
1 <?php
2 
20 declare(strict_types=1);
21 
22 namespace ILIAS\Repository\Object;
23 
25 {
26  public function getObjIdForRefId(int $a_ref_id): int;
27  public function getTypeForObjId(int $a_obj_id): string;
28  public function getTitleForObjId(int $a_obj_id): string;
29 }