ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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...
 
 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
@leifos.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.

27 {
28 return ilObject::_lookupObjId($a_ref_id);
29 }
static _lookupObjId($a_id)

References ilObject\_lookupObjId().

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

38 {
39 return ilObject::_lookupType($a_obj_id);
40 }
static _lookupType($a_id, $a_reference=false)
lookup object type

References ilObject\_lookupType().

+ Here is the call graph for this function:

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