ILIAS  release_8 Revision v8.24
interface.ilCertificatePlaceholderValues.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
37 public function getPlaceholderValues(int $userId, int $objId): array;
38
47 public function getPlaceholderValuesForPreview(int $userId, int $objId): array;
48}
getPlaceholderValues(int $userId, int $objId)
This method MUST return an array that contains the actual data for the given user of the given object...
getPlaceholderValuesForPreview(int $userId, int $objId)
This method is different then the 'getPlaceholderValues' method, this method is used to create a plac...
$objId
Definition: xapitoken.php:57