Stores configuration for the service (currently only path to ffmpeg) in the according ini-field.
More...
Stores configuration for the service (currently only path to ffmpeg) in the according ini-field.
Definition at line 11 of file class.ilMediaObjectConfigStoredObjective.php.
◆ __construct()
◆ achieve()
ilMediaObjectConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 46 of file class.ilMediaObjectConfigStoredObjective.php.
References $ini.
48 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
50 $ini->setVariable(
"tools",
"ffmpeg", $this->config->getPathToFFMPEG());
53 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilMediaObjectConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilMediaObjectConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilMediaObjectConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isApplicable()
ilMediaObjectConfigStoredObjective::isApplicable |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilMediaObjectConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilMediaObjectConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: