◆ __construct()
◆ deleteFromMigrationJob()
ilCertificateMigrationRepository::deleteFromMigrationJob |
( |
int |
$userId | ) |
|
- Parameters
-
Definition at line 32 of file class.ilCertificateMigrationRepository.php.
34 $this->logger->log(sprintf(
'START - Delete all certificate migration jobs for user(user_id: "%s")', $userId));
35 $sql =
'DELETE FROM il_cert_bgtask_migr WHERE usr_id = ' . $this->database->quote($userId,
'integer');
37 $this->database->manipulate($sql);
39 $this->logger->log(sprintf(
'END - Delete all certificate migration jobs for user(user_id: "%s")', $userId));
◆ $database
ilCertificateMigrationRepository::$database |
|
private |
◆ $logger
ilCertificateMigrationRepository::$logger |
|
private |
The documentation for this class was generated from the following file: