ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilSkillObjectAdapter Class Reference

Class ilBasicSkillObjectAdapter. More...

+ Inheritance diagram for ilSkillObjectAdapter:
+ Collaboration diagram for ilSkillObjectAdapter:

Public Member Functions

 __construct ()
 
 getObjIdForRefId (int $a_ref_id)
 
 getTypeForObjId (int $a_obj_id)
 
 getTitleForObjId (int $a_obj_id)
 

Detailed Description

Class ilBasicSkillObjectAdapter.

Definition at line 24 of file class.ilSkillObjectAdapter.php.

Constructor & Destructor Documentation

◆ __construct()

ilSkillObjectAdapter::__construct ( )

Definition at line 26 of file class.ilSkillObjectAdapter.php.

27  {
28  }

Member Function Documentation

◆ getObjIdForRefId()

ilSkillObjectAdapter::getObjIdForRefId ( int  $a_ref_id)

Implements ilSkillObjectAdapterInterface.

Definition at line 30 of file class.ilSkillObjectAdapter.php.

References ilObject\_lookupObjId().

30  : int
31  {
32  $trigger_obj_id = ($a_ref_id > 0)
33  ? ilObject::_lookupObjId($a_ref_id)
34  : 0;
35 
36  return $trigger_obj_id;
37  }
static _lookupObjId(int $ref_id)
+ Here is the call graph for this function:

◆ getTitleForObjId()

ilSkillObjectAdapter::getTitleForObjId ( int  $a_obj_id)

Implements ilSkillObjectAdapterInterface.

Definition at line 44 of file class.ilSkillObjectAdapter.php.

References ilObject\_lookupTitle().

44  : string
45  {
46  return ilObject::_lookupTitle($a_obj_id);
47  }
static _lookupTitle(int $obj_id)
+ Here is the call graph for this function:

◆ getTypeForObjId()

ilSkillObjectAdapter::getTypeForObjId ( int  $a_obj_id)

Implements ilSkillObjectAdapterInterface.

Definition at line 39 of file class.ilSkillObjectAdapter.php.

References ilObject\_lookupType().

39  : ?string
40  {
41  return ilObject::_lookupType($a_obj_id);
42  }
static _lookupType(int $id, bool $reference=false)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: