ILIAS
Release_4_1_x_branch Revision 61804
|
GUI class to create PDF certificates. More...
Public Member Functions | |
ilCertificateGUI ($adapter) | |
ilCertificateGUI constructor | |
& | executeCommand () |
execute command | |
getCommand ($cmd) | |
Retrieves the ilCtrl command. | |
certificateImport () | |
Import a certificate from a ZIP archive. | |
certificatePreview () | |
Creates a certificate preview. | |
certificateExportFO () | |
Exports the certificate. | |
certificateRemoveBackground () | |
Removes the background image of a certificate. | |
certificateDelete () | |
Deletes the certificate and all its data. | |
certificateDeleteConfirm () | |
Deletes the certificate and all its data. | |
certificateSave () | |
Saves the certificate. | |
certificateUpload () | |
Uploads the certificate. | |
certificateEditor () | |
Shows the certificate editor for ILIAS tests. |
Data Fields | |
$object | |
$ctrl | |
$tree | |
$ilias | |
$tpl | |
$lng | |
$ref_id |
Private Member Functions | |
getFormFieldsFromPOST () | |
Get the form values from an HTTP POST. | |
getFormFieldsFromFO () | |
Get the form values from the certificate xsl-fo. |
GUI class to create PDF certificates.
Definition at line 31 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDelete | ( | ) |
Deletes the certificate and all its data.
Definition at line 165 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDeleteConfirm | ( | ) |
Deletes the certificate and all its data.
Definition at line 181 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateEditor | ( | ) |
Shows the certificate editor for ILIAS tests.
Definition at line 236 of file class.ilCertificateGUI.php.
References $_GET, $_POST, $result, ilObjCertificateSettingsAccess\getBackgroundImageThumbPathWeb(), getFormFieldsFromFO(), getFormFieldsFromPOST(), ilObjCertificateSettingsAccess\hasBackgroundImage(), ilUtil\sendFailure(), ilUtil\sendSuccess(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setValue(), ilSelectInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by certificateImport(), certificateRemoveBackground(), certificateSave(), and certificateUpload().
ilCertificateGUI::certificateExportFO | ( | ) |
Exports the certificate.
Definition at line 148 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateImport | ( | ) |
Import a certificate from a ZIP archive.
Definition at line 132 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificatePreview | ( | ) |
Creates a certificate preview.
Definition at line 140 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateRemoveBackground | ( | ) |
Removes the background image of a certificate.
Definition at line 156 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateSave | ( | ) |
Saves the certificate.
Definition at line 190 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateUpload | ( | ) |
Uploads the certificate.
Definition at line 198 of file class.ilCertificateGUI.php.
References certificateEditor().
& ilCertificateGUI::executeCommand | ( | ) |
execute command
Definition at line 106 of file class.ilCertificateGUI.php.
References $cmd, $ret, and getCommand().
ilCertificateGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Definition at line 124 of file class.ilCertificateGUI.php.
References $cmd.
Referenced by executeCommand().
|
private |
Get the form values from the certificate xsl-fo.
Definition at line 226 of file class.ilCertificateGUI.php.
Referenced by certificateEditor().
|
private |
Get the form values from an HTTP POST.
Definition at line 206 of file class.ilCertificateGUI.php.
References $_POST, and ilUtil\stripSlashes().
Referenced by certificateEditor().
ilCertificateGUI::ilCertificateGUI | ( | $adapter | ) |
ilCertificateGUI constructor
object | $a_object | A reference to the test container object public |
Definition at line 88 of file class.ilCertificateGUI.php.
ilCertificateGUI::$ctrl |
Definition at line 45 of file class.ilCertificateGUI.php.
ilCertificateGUI::$ilias |
Definition at line 59 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().
ilCertificateGUI::$lng |
Definition at line 73 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().
ilCertificateGUI::$object |
Definition at line 38 of file class.ilCertificateGUI.php.
ilCertificateGUI::$ref_id |
Definition at line 80 of file class.ilCertificateGUI.php.
ilCertificateGUI::$tpl |
Definition at line 66 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().
ilCertificateGUI::$tree |
Definition at line 52 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().