ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilCertificateFormRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
26 public function createForm(ilCertificateGUI $certificateGUI): ilPropertyFormGUI;
27
28 public function save(array $formFields): void;
29
30 public function fetchFormFieldData(string $content): array;
31}
GUI class to create PDF certificates.
This class represents a property form user interface.
fetchFormFieldData(string $content)
createForm(ilCertificateGUI $certificateGUI)
save(array $formFields)