ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isSupportedObjectType(string $type)
$type
$objId
Definition: xapitoken.php:57
static getTypeClass(string $type)
static getInstance(int $obj_id)