ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilNewsObjectAdapter Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilNewsObjectAdapter:
+ Collaboration diagram for ilNewsObjectAdapter:

Public Member Functions

 getObjIdForRefId (int $a_ref_id)
 
 getTypeForObjId (int $a_obj_id)
 
 getObjIdForRefId (int $a_ref_id)
 
 getTypeForObjId (int $a_obj_id)
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Wraps ilObject dependencies

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 24 of file class.ilNewsObjectAdapter.php.

Member Function Documentation

◆ getObjIdForRefId()

ilNewsObjectAdapter::getObjIdForRefId ( int  $a_ref_id)

Implements ilNewsObjectAdapterInterface.

Definition at line 26 of file class.ilNewsObjectAdapter.php.

26 : int
27 {
28 return ilObject::_lookupObjId($a_ref_id);
29 }
static _lookupObjId(int $ref_id)

References ilObject\_lookupObjId().

+ Here is the call graph for this function:

◆ getTypeForObjId()

ilNewsObjectAdapter::getTypeForObjId ( int  $a_obj_id)

Implements ilNewsObjectAdapterInterface.

Definition at line 31 of file class.ilNewsObjectAdapter.php.

31 : string
32 {
33 return ilObject::_lookupType($a_obj_id);
34 }
static _lookupType(int $id, bool $reference=false)

References ilObject\_lookupType().

+ Here is the call graph for this function:

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