4 require_once
'Services/Component/classes/class.ilPlugin.php';
84 protected function getLinkTargetForCmd($cmd)
101 protected function getLinkTargetForRessource($cmd, $ressource)
106 $link =
'http://' .
$_SERVER[
'HTTP_HOST']
109 .
$ilCtrl->getLinkTarget($this->
getGUIObject(), $cmd,
'',
false,
false) .
'&ressource=' . $ressource;
118 protected function getFormAction($default_cmd)
123 return $ilCtrl->getFormAction($this, $default_cmd);
129 protected function populatePluginCanvas($content)
134 $tpl->setVariable($this->
getGUIObject()->getTestOutputGUI()->getContentBlockName(), $content);
157 require_once
'./Modules/Test/classes/class.ilTestArchiver.php';
159 $archiver->handInParticipantMisc($active_fi,
$pass,
$filename, $filepath);
182 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.