ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 }