◆ achieve()
ilNICKeyStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 31 of file class.ilNICKeyStoredObjective.php.
31 : Setup\Environment
32 {
33 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
34 $settings =
$factory->settingsFor(
"common");
35
36 if ($settings->get("nic_key")) {
37 return $environment;
38 }
39
41 $settings->set("nic_key", $nic_key);
42
43 return $environment;
44 }
References $factory, and generateNICKey().
◆ generateNICKey()
ilNICKeyStoredObjective::generateNICKey |
( |
| ) |
|
|
protected |
◆ getHash()
ilNICKeyStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilNICKeyStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilNICKeyStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilNICKeyStoredObjective::isNotable |
( |
| ) |
|
The documentation for this class was generated from the following file: