ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilCertificateObjectLPHelper.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
25 {
26  public function getInstance(int $objId): ilObjectLP
27  {
28  return ilObjectLP::getInstance($objId);
29  }
30 
31  public function getTypeClass(string $type): string
32  {
33  return ilObjectLP::getTypeClass($type);
34  }
35 
36  public function isSupportedObjectType(string $type): bool
37  {
39  }
40 }
static isSupportedObjectType(string $type)
$objId
Definition: xapitoken.php:57
static getTypeClass(string $type)
static getInstance(int $obj_id)