ILIAS
Release_4_4_x_branch Revision 61816
|
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 |
Protected 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 33 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDelete | ( | ) |
Deletes the certificate and all its data.
Definition at line 167 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateDeleteConfirm | ( | ) |
Deletes the certificate and all its data.
Definition at line 183 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateEditor | ( | ) |
Shows the certificate editor for ILIAS tests.
Definition at line 240 of file class.ilCertificateGUI.php.
References $_GET, $_POST, $options, $result, ilObjCertificateSettingsAccess\getBackgroundImageThumbPathWeb(), ilCertificate\getCustomCertificateFields(), getFormFieldsFromFO(), getFormFieldsFromPOST(), ilObjCertificateSettingsAccess\hasBackgroundImage(), ilTextAreaInputGUI\removePlugin(), ilUtil\sendFailure(), ilUtil\sendSuccess(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setValue(), and ilSelectInputGUI\setValue().
Referenced by certificateImport(), certificateRemoveBackground(), certificateSave(), and certificateUpload().
ilCertificateGUI::certificateExportFO | ( | ) |
Exports the certificate.
Definition at line 150 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateImport | ( | ) |
Import a certificate from a ZIP archive.
Definition at line 134 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificatePreview | ( | ) |
Creates a certificate preview.
Definition at line 142 of file class.ilCertificateGUI.php.
ilCertificateGUI::certificateRemoveBackground | ( | ) |
Removes the background image of a certificate.
Definition at line 158 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateSave | ( | ) |
Saves the certificate.
Definition at line 192 of file class.ilCertificateGUI.php.
References certificateEditor().
ilCertificateGUI::certificateUpload | ( | ) |
Uploads the certificate.
Definition at line 200 of file class.ilCertificateGUI.php.
References certificateEditor().
& ilCertificateGUI::executeCommand | ( | ) |
execute command
Definition at line 108 of file class.ilCertificateGUI.php.
References $cmd, $ret, and getCommand().
ilCertificateGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Definition at line 126 of file class.ilCertificateGUI.php.
References $cmd.
Referenced by executeCommand().
|
protected |
Get the form values from the certificate xsl-fo.
Definition at line 229 of file class.ilCertificateGUI.php.
Referenced by certificateEditor().
|
protected |
Get the form values from an HTTP POST.
Definition at line 208 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 90 of file class.ilCertificateGUI.php.
ilCertificateGUI::$ctrl |
Definition at line 47 of file class.ilCertificateGUI.php.
ilCertificateGUI::$ilias |
Definition at line 61 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().
ilCertificateGUI::$lng |
Definition at line 75 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().
ilCertificateGUI::$object |
Definition at line 40 of file class.ilCertificateGUI.php.
ilCertificateGUI::$ref_id |
Definition at line 82 of file class.ilCertificateGUI.php.
ilCertificateGUI::$tpl |
Definition at line 68 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().
ilCertificateGUI::$tree |
Definition at line 54 of file class.ilCertificateGUI.php.
Referenced by ilCertificateGUI().