◆ __construct()
ilCertificateActiveAction::__construct |
( |
ilDBInterface |
$database | ) |
|
◆ isObjectActive()
ilCertificateActiveAction::isObjectActive |
( |
|
$objId | ) |
|
- Parameters
-
- Returns
- boolean
Definition at line 26 of file class.ilCertificateActivateAction.php.
References $query, and $row.
28 $sql =
'SELECT obj_id FROM il_certificate WHERE obj_id = ' . $this->database->quote($objId,
'integer');
30 $query = $this->database->query($sql);
32 while (
$row = $this->database->fetchAssoc(
$query)) {
◆ $database
ilCertificateActiveAction::$database |
|
private |
The documentation for this class was generated from the following file: