ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ilCertificateObjectLPHelper Class Reference
+ Collaboration diagram for ilCertificateObjectLPHelper:

Public Member Functions

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

Detailed Description

Member Function Documentation

◆ getInstance()

ilCertificateObjectLPHelper::getInstance ( int  $objId)

Definition at line 26 of file ilCertificateObjectLPHelper.php.

References ilObjectLP\getInstance().

26  : ilObjectLP
27  {
29  }
$objId
Definition: xapitoken.php:57
static getInstance(int $obj_id)
+ Here is the call graph for this function:

◆ getTypeClass()

ilCertificateObjectLPHelper::getTypeClass ( string  $type)

Definition at line 31 of file ilCertificateObjectLPHelper.php.

References ilObjectLP\getTypeClass().

31  : string
32  {
33  return ilObjectLP::getTypeClass($type);
34  }
static getTypeClass(string $type)
+ Here is the call graph for this function:

◆ isSupportedObjectType()

ilCertificateObjectLPHelper::isSupportedObjectType ( string  $type)

Definition at line 36 of file ilCertificateObjectLPHelper.php.

References ilObjectLP\isSupportedObjectType().

36  : bool
37  {
39  }
static isSupportedObjectType(string $type)
+ Here is the call graph for this function:

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