4 require_once
'Services/Component/classes/class.ilPlugin.php';
84 protected function getLinkTargetForCmd(
$cmd)
89 'http://'. $_SERVER[
'HTTP_HOST']
90 . substr($_SERVER[
'PHP_SELF'],0, strlen($_SERVER[
'PHP_SELF']) - 10)
91 .
'/' . $ilCtrl->getLinkTarget($this->
getGUIObject(),
$cmd,
'',
false,
false);
100 protected function getLinkTargetForRessource(
$cmd, $ressource)
104 $link =
'http://'. $_SERVER[
'HTTP_HOST']
105 . substr($_SERVER[
'PHP_SELF'],0, strlen($_SERVER[
'PHP_SELF']) - 10)
107 . $ilCtrl->getLinkTarget($this->
getGUIObject(),
$cmd,
'',
false,
false) .
'&ressource=' . $ressource;
116 protected function getFormAction($default_cmd)
120 return $ilCtrl->getFormAction($this, $default_cmd);
126 protected function populatePluginCanvas($content)
130 $tpl->setVariable($this->
getGUIObject()->getTestOutputGUI()->getContentBlockName(), $content );
153 if ( $this->
getGUIObject()->getTest()->getEnableArchiving() )
155 require_once
'./Modules/Test/classes/class.ilTestArchiver.php';
157 $archiver->handInParticipantMisc($active_fi,
$pass,
$filename, $filepath);