◆ __construct()
◆ deleteBackgroundImage()
ilCertificateBackgroundImageDelete::deleteBackgroundImage |
( |
string |
$version | ) |
|
Definition at line 30 of file classs.ilCertificateBackgroundImageDelete.php.
References $filename.
32 if (file_exists($this->fileService->getBackgroundImageThumbPath())) {
33 unlink($this->fileService->getBackgroundImageThumbPath());
36 $filename = $this->certificatePath .
'background_' . $version .
'.jpg';
37 if (file_exists($filename)) {
41 if (file_exists($this->fileService->getBackgroundImageTempfilePath())) {
42 unlink($this->fileService->getBackgroundImageTempfilePath());
◆ $certificatePath
ilCertificateBackgroundImageDelete::$certificatePath |
|
private |
◆ $fileService
ilCertificateBackgroundImageDelete::$fileService |
|
private |
The documentation for this class was generated from the following file: