ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GUI class to create PDF certificates. More...
Public Member Functions | |
__construct (ilCertificateAdapter $adapter) | |
ilCertificateGUI constructor More... | |
executeCommand () | |
execute command More... | |
getCommand ($cmd) | |
Retrieves the ilCtrl command. More... | |
certificateImport () | |
Import a certificate from a ZIP archive. More... | |
certificatePreview () | |
Creates a certificate preview. More... | |
certificateExportFO () | |
Exports the certificate. More... | |
certificateRemoveBackground () | |
Removes the background image of a certificate. More... | |
certificateDelete () | |
Deletes the certificate and all its data. More... | |
certificateDeleteConfirm () | |
Deletes the certificate and all its data. More... | |
certificateSave () | |
Saves the certificate. More... | |
certificateUpload () | |
Uploads the certificate. More... | |
certificateEditor () | |
Shows the certificate editor for ILIAS tests. More... | |
Protected Member Functions | |
getFormFieldsFromPOST () | |
Get the form values from an HTTP POST. More... | |
getFormFieldsFromFO () | |
Get the form values from the certificate xsl-fo. More... | |
Protected Attributes | |
$object | |
$ctrl | |
$tree | |
$ilias | |
$tpl | |
$lng | |
$ref_id | |
$acccess | |
$toolbar | |
GUI class to create PDF certificates.
Definition at line 33 of file class.ilCertificateGUI.php.
ilCertificateGUI::__construct | ( | ilCertificateAdapter | $adapter | ) |
ilCertificateGUI constructor
ilCertificateAdapter | $adapter | A reference to the test container object public |
Definition at line 98 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDelete | ( | ) |
Deletes the certificate and all its data.
Definition at line 181 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDeleteConfirm | ( | ) |
Deletes the certificate and all its data.
Definition at line 197 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateEditor | ( | ) |
Shows the certificate editor for ILIAS tests.
Definition at line 253 of file class.ilCertificateGUI.php.
References $_GET, $_POST, $certificate, $preview, $result, array, ilObjCertificateSettingsAccess\getBackgroundImageThumbPathWeb(), ilCertificate\getCustomCertificateFields(), getFormFieldsFromFO(), getFormFieldsFromPOST(), ilSubmitButton\getInstance(), ilObjCertificateSettingsAccess\hasBackgroundImage(), object, ilUtil\sendFailure(), ilUtil\sendSuccess(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setRequired(), ilWACSignedPath\setTokenMaxLifetimeInSeconds(), ilTextInputGUI\setValue(), ilRadioGroupInputGUI\setValue(), and ilWACSignedPath\signFile().
Referenced by certificateImport(), certificateRemoveBackground(), certificateSave(), and certificateUpload().
ilCertificateGUI::certificateExportFO | ( | ) |
Exports the certificate.
Definition at line 164 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateImport | ( | ) |
Import a certificate from a ZIP archive.
Definition at line 148 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificatePreview | ( | ) |
Creates a certificate preview.
Definition at line 156 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateRemoveBackground | ( | ) |
Removes the background image of a certificate.
Definition at line 172 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateSave | ( | ) |
Saves the certificate.
Definition at line 206 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateUpload | ( | ) |
Uploads the certificate.
Definition at line 214 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::executeCommand | ( | ) |
execute command
Definition at line 122 of file class.ilCertificateGUI.php.
References $cmd, $ret, and getCommand().
ilCertificateGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Definition at line 140 of file class.ilCertificateGUI.php.
References $cmd.
Referenced by executeCommand().
|
protected |
Get the form values from the certificate xsl-fo.
Definition at line 242 of file class.ilCertificateGUI.php.
Referenced by certificateEditor().
|
protected |
Get the form values from an HTTP POST.
Definition at line 222 of file class.ilCertificateGUI.php.
References $_POST, array, object, and ilUtil\stripSlashes().
Referenced by certificateEditor().
|
protected |
Definition at line 86 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 46 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 60 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 74 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 39 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 81 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 91 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 67 of file class.ilCertificateGUI.php.
|
protected |
Definition at line 53 of file class.ilCertificateGUI.php.