ILIAS  release_8 Revision v8.24
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 {
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)
static getTypeClass(string $type)
static getInstance(int $obj_id)
$type
$objId
Definition: xapitoken.php:57