ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

27 {
29 }
Base class for object lp connectors.
static getInstance(int $obj_id)
$objId
Definition: xapitoken.php:57

References $objId, and ilObjectLP\getInstance().

+ Here is the call graph for this function:

◆ getTypeClass()

ilCertificateObjectLPHelper::getTypeClass ( string  $type)

Definition at line 31 of file ilCertificateObjectLPHelper.php.

31 : string
32 {
33 return ilObjectLP::getTypeClass($type);
34 }
static getTypeClass(string $type)

References ilObjectLP\getTypeClass().

+ Here is the call graph for this function:

◆ isSupportedObjectType()

ilCertificateObjectLPHelper::isSupportedObjectType ( string  $type)

Definition at line 36 of file ilCertificateObjectLPHelper.php.

36 : bool
37 {
39 }
static isSupportedObjectType(string $type)

References ilObjectLP\isSupportedObjectType().

+ Here is the call graph for this function:

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