4require_once 
'Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php';
 
    5require_once 
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
 
   61        parent::__construct();
 
   66        $this->
setId(
'tst_results_toolbar');
 
   68        $this->
addButton($this->lng->txt(
'print'), 
'javascript:window.print();');
 
   71            require_once 
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
 
   75            $link->setOmitPreventDoubleSubmission(
true);
 
   80            $this->
addButton($this->lng->txt(
'certificate'), $this->getCertificateLinkTarget());
 
   85            $this->
addButton($this->lng->txt(
'tst_btn_show_best_solutions'), $this->getShowBestSolutionsLinkTarget());
 
   88            $this->
addButton($this->lng->txt(
'tst_btn_hide_best_solutions'), $this->getHideBestSolutionsLinkTarget());
 
   94            require_once 
'Services/Form/classes/class.ilSelectInputGUI.php';
 
  101            $link->setId(
'ilTestResultParticipantJumper');
 
  102            $link->setCaption($this->lng->txt(
'tst_res_jump_to_participant_btn'), 
false);
 
  105            $this->tpl->addJavaScript(
'Modules/Test/js/ilTestResultParticipantSelector.js');
 
  111        return $this->lng->txt(
'pdf_export');
 
  166        $options = array($this->lng->txt(
'tst_res_jump_to_participant_hint_opt'));
 
  168        if (function_exists(
'array_replace')) {
 
An exception for terminatinating execution or to throw for unit testing.
This class provides processing control methods.
special template class to simplify handling of ITX/PEAR