ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilSkillObjectAdapterInterface.php
Go to the documentation of this file.
1<?php
2
7{
13 public function getObjIdForRefId(int $a_ref_id) : int;
14
20 public function getTypeForObjId(int $a_obj_id) : ?string;
21
27 public function getTitleForObjId(int $a_obj_id) : ?string;
28}
An exception for terminatinating execution or to throw for unit testing.
getTypeForObjId(int $a_obj_id)
Get object type for object id.
getTitleForObjId(int $a_obj_id)
Get object title for object id.
getObjIdForRefId(int $a_ref_id)
Get object id for reference id.