◆ __construct()
◆ getBackgroundImageName()
ilCertificateCloneAction::getBackgroundImageName |
( |
| ) |
|
|
private |
◆ getBackgroundImageThumbPath()
ilCertificateCloneAction::getBackgroundImageThumbPath |
( |
string |
$certificatePath | ) |
|
|
private |
Returns the filesystem path of the background image thumbnail.
- Parameters
-
- Returns
- string The filesystem path of the background image thumbnail
Definition at line 228 of file class.ilCertificateCloneAction.php.
228 : string
229 {
231 }
getBackgroundImageName()
Returns the filename of the background image.
References getBackgroundImageName().
◆ readActive()
ilCertificateCloneAction::readActive |
( |
int |
$objectId | ) |
|
|
private |
- Parameters
-
- Returns
- int
Definition at line 204 of file class.ilCertificateCloneAction.php.
204 : int
205 {
206 $sql = 'SELECT obj_id FROM il_certificate WHERE obj_id = ' . $this->database->quote($objectId, 'integer');
207
208 $query = $this->database->query($sql);
209
210 return $this->database->numRows(
$query);
211 }
References $query.
◆ $database
ilCertificateCloneAction::$database |
|
private |
◆ $fileSystem
ilCertificateCloneAction::$fileSystem |
|
private |
◆ $logger
ilCertificateCloneAction::$logger |
|
private |
◆ $objectHelper
ilCertificateCloneAction::$objectHelper |
|
private |
◆ $pathFactory
ilCertificateCloneAction::$pathFactory |
|
private |
◆ $templateRepository
ilCertificateCloneAction::$templateRepository |
|
private |
◆ $webDirectory
ilCertificateCloneAction::$webDirectory |
|
private |
The documentation for this class was generated from the following file: