ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
21 public function getHTML($link = true)
22 {
23 $record_field_value = $this->getRecordField()->getValue();
24 $values = ilDclSelectionOption::getValues($this->getField()->getId(), $record_field_value);
25 return is_array($values) ? implode('<br>', $values) : $values;
26 }
27}
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBaseRecordRepresentation.
static getValues($field_id, $opt_ids)