|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
GUI class to create PDF certificates. More...
Collaboration diagram for ilCertificateGUI: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 @access 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, ilObjCertificateSettingsAccess\getBackgroundImageThumbPathWeb(), ilCertificate\getCustomCertificateFields(), getFormFieldsFromFO(), getFormFieldsFromPOST(), ilSubmitButton\getInstance(), ilObjCertificateSettingsAccess\hasBackgroundImage(), ilUtil\sendFailure(), ilUtil\sendSuccess(), ilWACSignedPath\setTokenMaxLifetimeInSeconds(), and ilWACSignedPath\signFile().
Referenced by certificateImport(), certificateRemoveBackground(), certificateSave(), and certificateUpload().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilCertificateGUI::certificateSave | ( | ) |
Saves the certificate.
Definition at line 205 of file class.ilCertificateGUI.php.
References certificateEditor().
Here is the call graph for this function:| ilCertificateGUI::certificateUpload | ( | ) |
Uploads the certificate.
Definition at line 213 of file class.ilCertificateGUI.php.
References certificateEditor().
Here is the call graph for this function:| ilCertificateGUI::executeCommand | ( | ) |
execute command
Definition at line 122 of file class.ilCertificateGUI.php.
References $ret, and getCommand().
Here is the call graph for this function:| ilCertificateGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Definition at line 139 of file class.ilCertificateGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Get the form values from the certificate xsl-fo.
Definition at line 241 of file class.ilCertificateGUI.php.
Referenced by certificateEditor().
Here is the caller graph for this function:
|
protected |
Get the form values from an HTTP POST.
Definition at line 221 of file class.ilCertificateGUI.php.
References $_POST, and ilUtil\stripSlashes().
Referenced by certificateEditor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.