ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
ilCertificateLPMarksHelper.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilCertificateLPMarksHelper
25
{
26
public
function
lookUpMark
(
int
$userId,
int
$objectId): string
27
{
28
return
ilLPMarks::_lookupMark
($userId, $objectId);
29
}
30
}
ilCertificateLPMarksHelper
Definition:
ilCertificateLPMarksHelper.php:25
ilCertificateLPMarksHelper\lookUpMark
lookUpMark(int $userId, int $objectId)
Definition:
ilCertificateLPMarksHelper.php:26
ilLPMarks\_lookupMark
static _lookupMark(int $a_usr_id, int $a_obj_id)
Definition:
class.ilLPMarks.php:188
components
ILIAS
Certificate
classes
Helper
ilCertificateLPMarksHelper.php
Generated on Sun Apr 5 2026 23:02:38 for ILIAS by
1.9.4 (using
Doxyfile
)