ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Wraps ilObject dependencies. More...
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... | |
Wraps ilObject dependencies.
Definition at line 11 of file class.ilConditionObjectAdapter.php.
ilConditionObjectAdapter::__construct | ( | ) |
ilConditionObjectAdapter::getObjIdForRefId | ( | $a_ref_id | ) |
Get object id for reference id.
int | $a_ref_id |
Implements ilConditionObjectAdapterInterface.
Definition at line 26 of file class.ilConditionObjectAdapter.php.
References ilObject\_lookupObjId().
ilConditionObjectAdapter::getTypeForObjId | ( | $a_obj_id | ) |
Get object type for object id.
int | $a_obj_id |
Implements ilConditionObjectAdapterInterface.
Definition at line 37 of file class.ilConditionObjectAdapter.php.
References ilObject\_lookupType().