ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilSkillObjectAdapter Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBasicSkillObjectAdapter

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

Constructor & Destructor Documentation

◆ __construct()

ilSkillObjectAdapter::__construct ( )

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

28  {
29  }

Member Function Documentation

◆ getObjIdForRefId()

ilSkillObjectAdapter::getObjIdForRefId ( int  $a_ref_id)

Implements ilSkillObjectAdapterInterface.

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

References ilObject\_lookupObjId().

31  : int
32  {
33  $trigger_obj_id = ($a_ref_id > 0)
34  ? ilObject::_lookupObjId($a_ref_id)
35  : 0;
36 
37  return $trigger_obj_id;
38  }
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 45 of file class.ilSkillObjectAdapter.php.

References ilObject\_lookupTitle().

45  : string
46  {
47  return ilObject::_lookupTitle($a_obj_id);
48  }
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 40 of file class.ilSkillObjectAdapter.php.

References ilObject\_lookupType().

40  : ?string
41  {
42  return ilObject::_lookupType($a_obj_id);
43  }
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: