ILIAS
Release_3_10_x_branch Revision 61812
|
GUI class to export test results as PDF certificates. More...
Public Member Functions | |
ilTestCertificateGUI (&$a_object) | |
ilTestCertificateGUI constructor | |
& | executeCommand () |
execute command | |
getCommand ($cmd) | |
Retrieves the ilCtrl command. | |
certificateImport () | |
Import a certificate from a ZIP archive. | |
certificatePreview () | |
Creates a certificate preview. | |
exportCertificate () | |
Exports the user results as PDF certificates. | |
certificateExportFO () | |
Exports the certificate. | |
certificateOutput () | |
Creates a certificate output for a given active id. | |
certificateRemoveBackground () | |
Removes the background image of a certificate. | |
getFormFieldsFromPOST () | |
certificateDelete () | |
Deletes the certificate and all it's data. | |
certificateDeleteConfirm () | |
Deletes the certificate and all it's data. | |
certificateSave () | |
Saves the certificate. | |
certificateUpload () | |
Uploads the certificate. | |
certificateEditor () | |
Shows the certificate editor for ILIAS tests. | |
outCertificate () | |
Output of a test certificate. |
Data Fields | |
$object | |
$ctrl | |
$tree | |
$ilias | |
$tpl | |
$lng | |
$ref_id |
GUI class to export test results as PDF certificates.
This class defines the GUI to export test results as PDF certificates using XML-FO techniques
Definition at line 34 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::certificateDelete | ( | ) |
Deletes the certificate and all it's data.
Deletes the certificate and all it's data
public
Definition at line 241 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::certificateDeleteConfirm | ( | ) |
Deletes the certificate and all it's data.
Deletes the certificate and all it's data
public
Definition at line 270 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::certificateEditor | ( | ) |
Shows the certificate editor for ILIAS tests.
Shows the certificate editor for ILIAS tests
public
Definition at line 307 of file class.ilTestCertificateGUI.php.
References $_GET, $result, ilRTE\_getRTEClassname(), ilObject\_lookupType(), getFormFieldsFromPOST(), ilUtil\getImagePath(), and ilUtil\sendInfo().
Referenced by certificateImport(), certificatePreview(), certificateRemoveBackground(), certificateSave(), and certificateUpload().
ilTestCertificateGUI::certificateExportFO | ( | ) |
Exports the certificate.
Exports the certificate
public
Definition at line 186 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::certificateImport | ( | ) |
Import a certificate from a ZIP archive.
Import a certificate from a ZIP archive
public
Definition at line 148 of file class.ilTestCertificateGUI.php.
References certificateEditor().
ilTestCertificateGUI::certificateOutput | ( | ) |
Creates a certificate output for a given active id.
Creates a certificate output for a given active id
public
Definition at line 199 of file class.ilTestCertificateGUI.php.
References $_GET.
ilTestCertificateGUI::certificatePreview | ( | ) |
Creates a certificate preview.
Creates a certificate preview
public
Definition at line 160 of file class.ilTestCertificateGUI.php.
References certificateEditor().
ilTestCertificateGUI::certificateRemoveBackground | ( | ) |
Removes the background image of a certificate.
Removes the background image of a certificate
public
Definition at line 211 of file class.ilTestCertificateGUI.php.
References certificateEditor().
ilTestCertificateGUI::certificateSave | ( | ) |
Saves the certificate.
Saves the certificate
public
Definition at line 283 of file class.ilTestCertificateGUI.php.
References certificateEditor().
ilTestCertificateGUI::certificateUpload | ( | ) |
Uploads the certificate.
Uploads the certificate
public
Definition at line 295 of file class.ilTestCertificateGUI.php.
References certificateEditor().
& ilTestCertificateGUI::executeCommand | ( | ) |
execute command
Definition at line 114 of file class.ilTestCertificateGUI.php.
References $cmd, $ret, and getCommand().
ilTestCertificateGUI::exportCertificate | ( | ) |
Exports the user results as PDF certificates.
Exports the user results as PDF certificates using XSL-FO via XML:RPC calls
public
Definition at line 174 of file class.ilTestCertificateGUI.php.
References $_GET.
ilTestCertificateGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Retrieves the ilCtrl command
public
Definition at line 136 of file class.ilTestCertificateGUI.php.
References $cmd.
Referenced by executeCommand().
ilTestCertificateGUI::getFormFieldsFromPOST | ( | ) |
Definition at line 217 of file class.ilTestCertificateGUI.php.
References ilUtil\stripSlashes().
Referenced by certificateEditor().
ilTestCertificateGUI::ilTestCertificateGUI | ( | & | $a_object | ) |
ilTestCertificateGUI constructor
The constructor takes possible arguments an creates an instance of the ilTestCertificateGUI object.
object | $a_object | A reference to the test container object public |
Definition at line 97 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::outCertificate | ( | ) |
Output of a test certificate.
Output of a test certificate
public
Definition at line 550 of file class.ilTestCertificateGUI.php.
References ilObjTest\_getResultPass().
ilTestCertificateGUI::$ctrl |
Definition at line 51 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::$ilias |
Definition at line 67 of file class.ilTestCertificateGUI.php.
Referenced by ilTestCertificateGUI().
ilTestCertificateGUI::$lng |
Definition at line 85 of file class.ilTestCertificateGUI.php.
Referenced by ilTestCertificateGUI().
ilTestCertificateGUI::$object |
Definition at line 43 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::$ref_id |
Definition at line 86 of file class.ilTestCertificateGUI.php.
ilTestCertificateGUI::$tpl |
Definition at line 76 of file class.ilTestCertificateGUI.php.
Referenced by ilTestCertificateGUI().
ilTestCertificateGUI::$tree |
Definition at line 59 of file class.ilTestCertificateGUI.php.
Referenced by ilTestCertificateGUI().