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