4require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
25 $this->leftGlyph = $glyph;
30 $this->rightGlyph = $glyph;
37 if ($this->leftGlyph) {
38 $caption .=
'<span class="' . $this->leftGlyph .
'"></span> ';
43 if ($this->rightGlyph) {
44 $caption .=
' <span class="' . $this->rightGlyph .
'"></span>';
An exception for terminatinating execution or to throw for unit testing.