ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
ilCertificatePlaceholderValues\getPlaceholderValuesForPreview
getPlaceholderValuesForPreview(int $userId, int $objId)
This method is different then the 'getPlaceholderValues' method, this method is used to create a plac...
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...
php
ilCertificatePlaceholderValues
Definition:
interface.ilCertificatePlaceholderValues.php:7
Services
Certificate
classes
Placeholder
Values
interface.ilCertificatePlaceholderValues.php
Generated on Thu Jan 16 2025 19:02:18 for ILIAS by
1.8.13 (using
Doxyfile
)