ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilDclSelectionRecordRepresentation.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
10{
11
12 // those should be overwritten by subclasses
15
16
22 public function getHTML($link = true)
23 {
24 $record_field_value = $this->getRecordField()->getValue();
25 $values = ilDclSelectionOption::getValues($this->getField()->getId(), $record_field_value);
26
27 return is_array($values) ? implode('<br>', $values) : $values;
28 }
29}
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBaseRecordRepresentation.
static getValues($field_id, $opt_ids)