ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilCertificateObjectLPHelper.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
26 public function getInstance(int $objId): ilObjectLP
27 {
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}
Base class for object lp connectors.
static isSupportedObjectType(string $type)
static getTypeClass(string $type)
static getInstance(int $obj_id)
$objId
Definition: xapitoken.php:57