ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilCertificateObjectHelper Class Reference
+ Collaboration diagram for ilCertificateObjectHelper:

Public Member Functions

 getInstanceByObjId (int $objectId, bool $stop_on_error=true)
 
 lookupObjId (int $refId)
 
 lookupType (int $objectId)
 
 lookupTitle (int $objectId)
 

Detailed Description

Author
Niels Theen nthee.nosp@m.n@da.nosp@m.tabay.nosp@m..de

Definition at line 24 of file ilCertificateObjectHelper.php.

Member Function Documentation

◆ getInstanceByObjId()

ilCertificateObjectHelper::getInstanceByObjId ( int  $objectId,
bool  $stop_on_error = true 
)
Exceptions
ilDatabaseException
ilObjectNotFoundException

Definition at line 30 of file ilCertificateObjectHelper.php.

30 : ?ilObject
31 {
32 return ilObjectFactory::getInstanceByObjId($objectId, $stop_on_error);
33 }
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
Class ilObject Basic functions for all objects.

References ilObjectFactory\getInstanceByObjId().

+ Here is the call graph for this function:

◆ lookupObjId()

ilCertificateObjectHelper::lookupObjId ( int  $refId)

Definition at line 35 of file ilCertificateObjectHelper.php.

35 : int
36 {
38 }
static _lookupObjId(int $ref_id)
$refId
Definition: xapitoken.php:58

References $refId, and ilObject\_lookupObjId().

+ Here is the call graph for this function:

◆ lookupTitle()

ilCertificateObjectHelper::lookupTitle ( int  $objectId)

Definition at line 45 of file ilCertificateObjectHelper.php.

45 : string
46 {
47 return ilObject::_lookupTitle($objectId);
48 }
static _lookupTitle(int $obj_id)

References ilObject\_lookupTitle().

+ Here is the call graph for this function:

◆ lookupType()

ilCertificateObjectHelper::lookupType ( int  $objectId)

Definition at line 40 of file ilCertificateObjectHelper.php.

40 : string
41 {
42 return ilObject::_lookupType($objectId);
43 }
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: