49         if ($DIC->http()->wrapper()->query()->has(
'cmdClass')) {
    50             $cmd_class = $DIC->http()->wrapper()->query()->retrieve(
    52                 $DIC->refinery()->kindlyTo()->string()
    58         if (strtolower($cmd_class) === 
'ilassquestionpreviewgui') {
    89         $config->setEnablePageToc(
'y');
    92         return parent::showPage();
   102         $a_output = str_replace(
   103             self::TEMP_PRESENTATION_TITLE_PLACEHOLDER,
   108         $a_output = preg_replace(
"/src=\"\\.\\//ims", 
"src=\"" . ILIAS_HTTP_PATH . 
"/", $a_output);
   121         $this->questionInfoHTML = $a_html;
   130         $this->questionActionsHTML = $a_html;
   140         if (!empty($this->questionInfoHTML) || !empty($this->questionActionsHTML)) {
   141             $tpl = 
new ilTemplate(
'tpl.tst_question_subtitle_blocks.html', 
true, 
true, 
'components/ILIAS/TestQuestionPool');
   144             $a_output = str_replace(
"{{{{{PageTOC}}}}}", 
$tpl->
get(), $a_output);
   146             $a_output = str_replace(
"{{{{{PageTOC}}}}}", 
'', $a_output);
 
$originalPresentationTitle
 
getOriginalPresentationTitle()
 
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string. 
 
setPageConfig(ilPageConfig $a_val)
 
setEnabledPageFocus(bool $a_enabledpagefocus)
 
setVariable(string $variable, $value='')
Sets the given variable to the given value. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
isPageContainerToBeRendered()
 
ilGlobalTemplateInterface $tpl
 
__construct($a_id=0, $a_old_nr=0)
Constructor. 
 
setPresentationTitle(string $a_title="")
 
setFileDownloadLink(string $a_download_link)
 
postOutputProcessing(string $a_output)
 
__construct(Container $dic, ilPlugin $plugin)
 
setQuestionActionsHTML($a_html)
Set the HTML of a question actions block below the title. 
 
const TEMP_PRESENTATION_TITLE_PLACEHOLDER
 
insertPageToc(string $a_output)
Replace page toc placeholder with question info and actions. 
 
setOriginalPresentationTitle($originalPresentationTitle)
 
setQuestionInfoHTML($a_html)
Set the HTML of a question info block below the title (number, status, ...)