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

Public Member Functions

 getInstance ($objId)
 
 getTypeClass ($type)
 
 isSupportedObjectType ($type)
 

Detailed Description

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

Definition at line 7 of file ilCertificateObjectLPHelper.php.

Member Function Documentation

◆ getInstance()

ilCertificateObjectLPHelper::getInstance (   $objId)
Parameters
$objId
Returns
ilObjectLP

Definition at line 13 of file ilCertificateObjectLPHelper.php.

References ilObjectLP\getInstance().

14  {
15  return ilObjectLP::getInstance($objId);
16  }
static getInstance($a_obj_id)
+ Here is the call graph for this function:

◆ getTypeClass()

ilCertificateObjectLPHelper::getTypeClass (   $type)
Parameters
$type
Returns
string

Definition at line 22 of file ilCertificateObjectLPHelper.php.

References $type, and ilObjectLP\getTypeClass().

23  {
25  }
static getTypeClass($a_type)
$type
+ Here is the call graph for this function:

◆ isSupportedObjectType()

ilCertificateObjectLPHelper::isSupportedObjectType (   $type)
Parameters
$type
Returns
bool

Definition at line 31 of file ilCertificateObjectLPHelper.php.

References $type, and ilObjectLP\isSupportedObjectType().

32  {
34  }
$type
static isSupportedObjectType($a_type)
+ Here is the call graph for this function:

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