◆ __construct()
Definition at line 41 of file class.ilCertificateCloneAction.php.
51 {
55
59 }
61
65 }
67
70 }
72
75 }
77
80 }
82
83
85 }
string $global_certificate_path
ilObjCertificateSettings $global_certificate_settings
ilCertificateObjectHelper $objectHelper
ilCertificatePathFactory $pathFactory
ilCertificateTemplateRepository $templateRepository
Class ilObjCertificateSettings.
References $database, $DIC, $fileSystem, $global_certificate_path, $global_certificate_settings, $logger, $objectHelper, $pathFactory, $templateRepository, $webDirectory, and ILIAS\Repository\logger().
◆ getBackgroundImageName()
| ilCertificateCloneAction::getBackgroundImageName |
( |
| ) |
|
|
private |
◆ getBackgroundImageThumbPath()
| ilCertificateCloneAction::getBackgroundImageThumbPath |
( |
string |
$certificatePath | ) |
|
|
private |
◆ isActive()
| ilCertificateCloneAction::isActive |
( |
int |
$objectId | ) |
|
|
private |
Definition at line 210 of file class.ilCertificateCloneAction.php.
210 : bool
211 {
212 $sql = 'SELECT 1 FROM il_certificate WHERE obj_id = ' . $this->database->quote($objectId, 'integer');
213
214 if ($row = $this->database->fetchAssoc($this->database->query($sql))) {
215 return true;
216 }
217
218 return false;
219 }
◆ $database
◆ $fileSystem
◆ $global_certificate_path
| string ilCertificateCloneAction::$global_certificate_path |
|
private |
◆ $global_certificate_settings
◆ $logger
| ilLogger ilCertificateCloneAction::$logger |
|
private |
◆ $objectHelper
◆ $pathFactory
◆ $templateRepository
◆ $webDirectory
| string ilCertificateCloneAction::$webDirectory |
|
private |
The documentation for this class was generated from the following file: