◆ collectFrom()
ilMediaObjectMetricsCollectedObjective::collectFrom |
( |
Setup\Environment |
$environment, |
|
|
Setup\Metrics\Storage |
$storage |
|
) |
| |
|
protected |
Definition at line 33 of file class.ilMediaObjectMetricsCollectedObjective.php.
33 : void
34 {
35 $ini = $environment->getResource(
Setup\Environment::RESOURCE_ILIAS_INI);
37 return;
38 }
39
40 $storage->storeConfigText(
41 "path_to_ffmpeg",
42 $ini->readVariable(
"tools",
"ffmpeg"),
43 "The path to the binary of ffmpeg to convert videos."
44 );
45 }
References $ini.
◆ getTentativePreconditions()
ilMediaObjectMetricsCollectedObjective::getTentativePreconditions |
( |
Setup\Environment |
$environment | ) |
|
|
protected |
The documentation for this class was generated from the following file: