ILIAS  release_7 Revision v7.30-3-g800a261c036
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
8{
22 public function getPlaceholderValues(int $userId, int $objId);
23
33 public function getPlaceholderValuesForPreview(int $userId, int $objId);
34}
An exception for terminatinating execution or to throw for unit testing.
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:39