|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilCertificateSettingsScormFormRepository:
Collaboration diagram for ilCertificateSettingsScormFormRepository:Public Member Functions | |
| __construct (ilObject $object, string $certificatePath, bool $hasAdditionalElements, ilLanguage $language, ilCtrl $controller, ilAccess $access, ilToolbarGUI $toolbar, ilCertificatePlaceholderDescription $placeholderDescriptionObject, ilCertificateSettingsFormRepository $settingsFormRepository=null, ilSetting $setting=null) | |
| createForm (ilCertificateGUI $certificateGUI) | |
| save (array $formFields) | |
| fetchFormFieldData (string $content) | |
| createForm (ilCertificateGUI $certificateGUI) | |
| save (array $formFields) | |
| fetchFormFieldData (string $content) | |
Private Attributes | |
| $object | |
| $language | |
| $settingsFromFactory | |
| $setting | |
Definition at line 7 of file class.ilCertificateSettingsScormFormRepository.php.
| ilCertificateSettingsScormFormRepository::__construct | ( | ilObject | $object, |
| string | $certificatePath, | ||
| bool | $hasAdditionalElements, | ||
| ilLanguage | $language, | ||
| ilCtrl | $controller, | ||
| ilAccess | $access, | ||
| ilToolbarGUI | $toolbar, | ||
| ilCertificatePlaceholderDescription | $placeholderDescriptionObject, | ||
| ilCertificateSettingsFormRepository | $settingsFormRepository = null, |
||
| ilSetting | $setting = null |
||
| ) |
| ilObject | $object | |
| string | $certificatePath | |
| ilLanguage | $language | |
| ilCtrl | $controller | |
| ilAccess | $access | |
| ilToolbarGUI | $toolbar | |
| ilCertificatePlaceholderDescription | $placeholderDescriptionObject | |
| ilCertificateSettingsFormRepository | null | $settingsFormRepository | |
| ilSetting | null | $setting |
Definition at line 40 of file class.ilCertificateSettingsScormFormRepository.php.
References $language, $object, $setting, and language().
Here is the call graph for this function:| ilCertificateSettingsScormFormRepository::createForm | ( | ilCertificateGUI | $certificateGUI | ) |
| ilCertificateGUI | $certificateGUI | |
| string | $certificatePath |
ILIAS\Filesystem\Exception\FileAlreadyExistsException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
| ilDatabaseException | |
| ilException | |
| ilWACException |
Implements ilCertificateFormRepository.
Definition at line 88 of file class.ilCertificateSettingsScormFormRepository.php.
References language(), and ilStr\subStr().
Here is the call graph for this function:| ilCertificateSettingsScormFormRepository::fetchFormFieldData | ( | string | $content | ) |
| string | $content |
Implements ilCertificateFormRepository.
Definition at line 118 of file class.ilCertificateSettingsScormFormRepository.php.
| ilCertificateSettingsScormFormRepository::save | ( | array | $formFields | ) |
| array | $formFields |
Implements ilCertificateFormRepository.
Definition at line 108 of file class.ilCertificateSettingsScormFormRepository.php.
|
private |
Definition at line 17 of file class.ilCertificateSettingsScormFormRepository.php.
Referenced by __construct().
|
private |
Definition at line 12 of file class.ilCertificateSettingsScormFormRepository.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilCertificateSettingsScormFormRepository.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilCertificateSettingsScormFormRepository.php.