ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
interface.ilCertificatePlaceholderValues.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
interface
ilCertificatePlaceholderValues
25
{
35
public
function
getPlaceholderValues
(
int
$userId,
int
$objId
): array;
36
43
public
function
getPlaceholderValuesForPreview
(
int
$userId,
int
$objId
): array;
44
}
ilCertificatePlaceholderValues
Definition:
interface.ilCertificatePlaceholderValues.php:25
ilCertificatePlaceholderValues\getPlaceholderValues
getPlaceholderValues(int $userId, int $objId)
This method MUST return an array that contains the actual data for the given user of the given object...
ilCertificatePlaceholderValues\getPlaceholderValuesForPreview
getPlaceholderValuesForPreview(int $userId, int $objId)
This method is different then the 'getPlaceholderValues' method, this method is used to create a plac...
$objId
$objId
Definition:
xapitoken.php:55
components
ILIAS
Certificate
classes
Placeholder
Values
interface.ilCertificatePlaceholderValues.php
Generated on Sat Dec 13 2025 23:02:01 for ILIAS by
1.9.4 (using
Doxyfile
)