4 require_once
'Services/Component/classes/class.ilPlugin.php';
84 protected function getLinkTargetForCmd($cmd)
91 .
'/' . $ilCtrl->getLinkTarget($this->
getGUIObject(), $cmd,
'',
false,
false);
100 protected function getLinkTargetForRessource($cmd, $ressource)
104 $link =
'http://' .
$_SERVER[
'HTTP_HOST']
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 require_once
'./Modules/Test/classes/class.ilTestArchiver.php';
155 $archiver->handInParticipantMisc($active_fi,
$pass,
$filename, $filepath);
178 abstract public function invoke($cmd = null);
if((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) $_SERVER['DOCUMENT_ROOT']
invoke($cmd=null)
Method all commands are forwarded to.
getComponentType()
Get Component Type.
Abstract parent class for all signature plugin classes.
handInFileForArchiving($active_fi, $pass, $filename, $filepath)
Hands in a file from the signature process associated with a given user and pass for archiving...
slotInit()
Object initialization done by slot.
getComponentName()
Get Component Name.