ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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.

References ilObjectFactory\getInstanceByObjId().

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
+ Here is the call graph for this function:

◆ lookupObjId()

ilCertificateObjectHelper::lookupObjId ( int  $refId)

Definition at line 35 of file ilCertificateObjectHelper.php.

References ilObject\_lookupObjId().

35  : int
36  {
38  }
$refId
Definition: xapitoken.php:58
static _lookupObjId(int $ref_id)
+ Here is the call graph for this function:

◆ lookupTitle()

ilCertificateObjectHelper::lookupTitle ( int  $objectId)

Definition at line 45 of file ilCertificateObjectHelper.php.

References ilObject\_lookupTitle().

45  : string
46  {
47  return ilObject::_lookupTitle($objectId);
48  }
static _lookupTitle(int $obj_id)
+ Here is the call graph for this function:

◆ lookupType()

ilCertificateObjectHelper::lookupType ( int  $objectId)

Definition at line 40 of file ilCertificateObjectHelper.php.

References ilObject\_lookupType().

40  : string
41  {
42  return ilObject::_lookupType($objectId);
43  }
static _lookupType(int $id, bool $reference=false)
+ Here is the call graph for this function:

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