4require_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);
 
An exception for terminatinating execution or to throw for unit testing.
Abstract parent class for all signature plugin classes.
invoke($cmd=null)
Method all commands are forwarded to.
getComponentName()
Get Component Name.
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.
getComponentType()
Get Component Type.
if((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) $_SERVER['DOCUMENT_ROOT']