ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
11
interface
ilConditionObjectAdapterInterface
12
{
19
public
function
getObjIdForRefId
($a_ref_id);
20
27
public
function
getTypeForObjId
($a_obj_id);
28
}
ilConditionObjectAdapterInterface
Interface for ilObject dependency.
Definition:
interface.ilConditionObjectAdapterInterface.php:11
ilConditionObjectAdapterInterface\getTypeForObjId
getTypeForObjId($a_obj_id)
Get object type for object id.
ilConditionObjectAdapterInterface\getObjIdForRefId
getObjIdForRefId($a_ref_id)
Get object id for reference id.
php
Services
Conditions
interfaces
interface.ilConditionObjectAdapterInterface.php
Generated on Thu Jan 16 2025 19:02:19 for ILIAS by
1.8.13 (using
Doxyfile
)