ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilConditionObjectAdapterInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
12 {
19  public function getObjIdForRefId($a_ref_id);
20 
27  public function getTypeForObjId($a_obj_id);
28 }
getTypeForObjId($a_obj_id)
Get object type for object id.
getObjIdForRefId($a_ref_id)
Get object id for reference id.