ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 180 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDeleteConfirm | ( | ) |
Deletes the certificate and all its data.
Definition at line 196 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateEditor | ( | ) |
Shows the certificate editor for ILIAS tests.
Definition at line 252 of file class.ilCertificateGUI.php.
References $_GET, $_POST, $certificate, $form, $format, $preview, $result, $tags, 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 163 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateImport | ( | ) |
Import a certificate from a ZIP archive.
Definition at line 147 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificatePreview | ( | ) |
Creates a certificate preview.
Definition at line 155 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateRemoveBackground | ( | ) |
Removes the background image of a certificate.
Definition at line 171 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateSave | ( | ) |
Saves the certificate.
Definition at line 205 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateUpload | ( | ) |
Uploads the certificate.
Definition at line 213 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::executeCommand | ( | ) |
execute command
Definition at line 122 of file class.ilCertificateGUI.php.
References $ret, and getCommand().
ilCertificateGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Definition at line 139 of file class.ilCertificateGUI.php.
Referenced by executeCommand().
|
protected |
Get the form values from the certificate xsl-fo.
Definition at line 241 of file class.ilCertificateGUI.php.
Referenced by certificateEditor().
|
protected |
Get the form values from an HTTP POST.
Definition at line 221 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.