ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
getObjIdForRefId(int $a_ref_id)
Get object id for reference id.
getTitleForObjId(int $a_obj_id)
Get object title for object id.
getTypeForObjId(int $a_obj_id)
Get object type for object id.