ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilCertificateObjectHelper Class Reference
+ Collaboration diagram for ilCertificateObjectHelper:

Public Member Functions

 getInstanceByObjId ($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 7 of file ilCertificateObjectHelper.php.

Member Function Documentation

◆ getInstanceByObjId()

ilCertificateObjectHelper::getInstanceByObjId (   $objectId,
bool  $stop_on_error = true 
)
Parameters
int$objectId
bool$stop_on_error
Returns
ilObject

Definition at line 14 of file ilCertificateObjectHelper.php.

References ilObjectFactory\getInstanceByObjId().

15  {
16  return ilObjectFactory::getInstanceByObjId($objectId, $stop_on_error);
17  }
static getInstanceByObjId($a_obj_id, $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)
Parameters
int$refId
Returns
int

Definition at line 24 of file ilCertificateObjectHelper.php.

References ilObject\_lookupObjId().

24  : int
25  {
26  return (int) ilObject::_lookupObjId($refId);
27  }
static _lookupObjId($a_id)
+ Here is the call graph for this function:

◆ lookupTitle()

ilCertificateObjectHelper::lookupTitle ( int  $objectId)
Parameters
int$objectId
Returns
string

Definition at line 42 of file ilCertificateObjectHelper.php.

References ilObject\_lookupTitle().

42  : string
43  {
44  return (string) ilObject::_lookupTitle($objectId);
45  }
static _lookupTitle($a_id)
lookup object title
+ Here is the call graph for this function:

◆ lookupType()

ilCertificateObjectHelper::lookupType ( int  $objectId)
Parameters
int$objectId
Returns
string

Definition at line 33 of file ilCertificateObjectHelper.php.

References ilObject\_lookupType().

33  : string
34  {
35  return ilObject::_lookupType($objectId);
36  }
static _lookupType($a_id, $a_reference=false)
lookup object type
+ Here is the call graph for this function:

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