ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilConditionObjectAdapter Class Reference

Wraps ilObject dependencies. More...

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

Public Member Functions

 __construct ()
 Constructor. More...
 
 getObjIdForRefId ($a_ref_id)
 Get object id for reference id. More...
 
 getTypeForObjId ($a_obj_id)
 Get object type for object id. More...
 

Detailed Description

Wraps ilObject dependencies.

Author
.de

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

Constructor & Destructor Documentation

◆ __construct()

ilConditionObjectAdapter::__construct ( )

Constructor.

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

17  {
18  }

Member Function Documentation

◆ getObjIdForRefId()

ilConditionObjectAdapter::getObjIdForRefId (   $a_ref_id)

Get object id for reference id.

Parameters
int$a_ref_id
Returns
int

Implements ilConditionObjectAdapterInterface.

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

References ilObject\_lookupObjId().

27  {
28  return ilObject::_lookupObjId($a_ref_id);
29  }
static _lookupObjId($a_id)
+ Here is the call graph for this function:

◆ getTypeForObjId()

ilConditionObjectAdapter::getTypeForObjId (   $a_obj_id)

Get object type for object id.

Parameters
int$a_obj_id
Returns
int

Implements ilConditionObjectAdapterInterface.

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

References ilObject\_lookupType().

38  {
39  return ilObject::_lookupType($a_obj_id);
40  }
static _lookupType($a_id, $a_reference=false)
lookup object type
+ Here is the call graph for this function:

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