38 $language->loadLanguageModule(
'certificate');
42 if (null === $defaultPlaceholderDescriptionObject) {
45 $this->defaultPlaceHolderDescriptionObject = $defaultPlaceholderDescriptionObject;
47 $this->placeholder = $this->defaultPlaceHolderDescriptionObject->getPlaceholderDescriptions();
71 $template =
new ilTemplate(
'tpl.default_description.html',
true,
true,
'Services/Certificate');
74 $template->setVariable(
'PLACEHOLDER_INTRODUCTION', $this->
language->txt(
'certificate_ph_introduction'));
77 foreach ($this->placeholder as
$id => $caption) {
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
if(!array_key_exists('StateId', $_REQUEST)) $id
createPlaceholderHtmlDescription(ilTemplate $template=null)
This methods MUST return an array containing an array with the the description as array value...
special template class to simplify handling of ITX/PEAR
getPlaceholderDescriptions()
This method MUST return an array containing an array with the the description as array value...
$defaultPlaceHolderDescriptionObject
Collection of basic placeholder values that can be used.
__construct(ilDefaultPlaceholderDescription $defaultPlaceholderDescriptionObject=null, ilLanguage $language=null, ilUserDefinedFieldsPlaceholderDescription $userDefinedFieldPlaceHolderDescriptionObject=null)