ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilNewsObjectAdapterInterface.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}
An exception for terminatinating execution or to throw for unit testing.
getTypeForObjId($a_obj_id)
Get object type for object id.
getObjIdForRefId($a_ref_id)
Get object id for reference id.