ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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
ilLPMarks\_lookupMark
static _lookupMark(int $a_usr_id, int $a_obj_id)
Definition:
class.ilLPMarks.php:188
ilCertificateLPMarksHelper\lookUpMark
lookUpMark(int $userId, int $objectId)
Definition:
ilCertificateLPMarksHelper.php:26
components
ILIAS
Certificate
classes
Helper
ilCertificateLPMarksHelper.php
Generated on Tue Sep 2 2025 23:02:34 for ILIAS by
1.8.13 (using
Doxyfile
)