ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 27 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 32 of file class.ilConditionObjectAdapter.php.

References ilObject\_lookupObjId().

32  : int
33  {
34  return ilObject::_lookupObjId($a_ref_id);
35  }
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 40 of file class.ilConditionObjectAdapter.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: