22 $this->placeholder = array();
32 foreach ($courseDefinedFields as $field) {
33 $name = $field->getName();
37 $this->placeholder[$placeholderText] =
$name;
58 'tpl.common_desc.html',
61 'Services/Certificate' 65 $template->setCurrentBlock(
'cert_field');
66 $template->setVariable(
'PH', $key);
67 $template->setVariable(
'PH_TXT', $field);
68 $template->parseCurrentBlock();
71 return $template->get();
__construct(int $objectId)
createPlaceholderHtmlDescription()
getPlaceholderDescriptions()
This method MUST return an array containing an array with the the description as array value...
static strToUpper($a_string)
static _getFields($a_container_id, $a_sort=IL_CDF_SORT_NAME)
Get all fields of a container.