ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
interface.ilCertificatePlaceholderValues.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
interface
ilCertificatePlaceholderValues
8
{
22
public
function
getPlaceholderValues
(
int
$userId,
int
$objId
);
23
33
public
function
getPlaceholderValuesForPreview
(
int
$userId,
int
$objId
);
34
}
php
An exception for terminatinating execution or to throw for unit testing.
ilCertificatePlaceholderValues
Definition:
interface.ilCertificatePlaceholderValues.php:8
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:41
Services
Certificate
classes
Placeholder
Values
interface.ilCertificatePlaceholderValues.php
Generated on Fri Oct 3 2025 20:01:01 for ILIAS by
1.9.4 (using
Doxyfile
)