ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilBasicSkillObjectAdapter. More...
Public Member Functions | |
getObjIdForRefId (int $a_ref_id) | |
Get object id for reference id. More... | |
getTypeForObjId (int $a_obj_id) | |
Get object type for object id. More... | |
getTitleForObjId (int $a_obj_id) | |
Get object title for object id. More... | |
Interface ilBasicSkillObjectAdapter.
Definition at line 6 of file interface.ilSkillObjectAdapterInterface.php.
ilSkillObjectAdapterInterface::getObjIdForRefId | ( | int | $a_ref_id | ) |
Get object id for reference id.
int | $a_ref_id |
Implemented in ilSkillObjectAdapter.
ilSkillObjectAdapterInterface::getTitleForObjId | ( | int | $a_obj_id | ) |
Get object title for object id.
int | $a_obj_id |
Implemented in ilSkillObjectAdapter.
ilSkillObjectAdapterInterface::getTypeForObjId | ( | int | $a_obj_id | ) |
Get object type for object id.
int | $a_obj_id |
Implemented in ilSkillObjectAdapter.