ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilConditionObjectAdapter Class Reference

Wraps ilObject dependencies. More...

+ Inheritance diagram for ilConditionObjectAdapter:
+ Collaboration diagram for ilConditionObjectAdapter:

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...
 

Detailed Description

Wraps ilObject dependencies.

Author
.de

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

Member Function Documentation

◆ getObjIdForRefId()

ilConditionObjectAdapter::getObjIdForRefId ( int  $a_ref_id)

Get object id for reference id.

Implements ilConditionObjectAdapterInterface.

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

References ilObject\_lookupObjId().

31  : int
32  {
33  return ilObject::_lookupObjId($a_ref_id);
34  }
static _lookupObjId(int $ref_id)
+ Here is the call graph for this function:

◆ getTypeForObjId()

ilConditionObjectAdapter::getTypeForObjId ( int  $a_obj_id)

Get object type for object id.

Implements ilConditionObjectAdapterInterface.

Definition at line 39 of file class.ilConditionObjectAdapter.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: