ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilFileSystemMetricsCollectedObjective Class Reference
+ Inheritance diagram for ilFileSystemMetricsCollectedObjective:
+ Collaboration diagram for ilFileSystemMetricsCollectedObjective:

Protected Member Functions

 getTentativePreconditions (Environment $environment)
 
 collectFrom (Environment $environment, Storage $storage)
 
- Protected Member Functions inherited from ILIAS\Setup\Metrics\CollectedObjective
 collectFrom (Setup\Environment $environment, Storage $storage)
 Attempt to gather metrics based on the provided environment. More...
 
 getTentativePreconditions (Setup\Environment $environment)
 Give preconditions that might or might not be fullfilled. More...
 

Additional Inherited Members

- Public Member Functions inherited from ILIAS\Setup\Metrics\CollectedObjective
 __construct (Storage $storage)
 
 getHash ()
 Get a hash for this objective. More...
 
 getLabel ()
 Get a label that describes this objective. More...
 
 isNotable ()
 Get to know if this is an interesting objective for a human. More...
 
 getPreconditions (Setup\Environment $environment)
 
 achieve (Setup\Environment $environment)
 
 isApplicable (Setup\Environment $environment)
 
- Public Member Functions inherited from ILIAS\Setup\Objective
 getPreconditions (Environment $environment)
 Objectives might depend on other objectives. More...
 
 achieve (Environment $environment)
 Objectives can be achieved. More...
 
 isApplicable (Environment $environment)
 Get to know whether the objective is applicable. More...
 
- Protected Attributes inherited from ILIAS\Setup\Metrics\CollectedObjective
Storage $storage
 

Detailed Description

Member Function Documentation

◆ collectFrom()

ilFileSystemMetricsCollectedObjective::collectFrom ( Environment  $environment,
Storage  $storage 
)
protected

Definition at line 35 of file class.ilFileSystemMetricsCollectedObjective.php.

References $ini, ILIAS\Setup\Environment\getResource(), and ILIAS\Setup\Metrics\Storage\storeConfigText().

35  : void
36  {
37  $ini = $environment->getResource(Environment::RESOURCE_ILIAS_INI);
38  if ($ini) {
39  $storage->storeConfigText(
40  "data_dir",
41  $ini->readVariable("clients", "datadir"),
42  "Filesystem location where ILIAS stores data outside of direct web access."
43  );
44  }
45  }
storeConfigText(string $key, string $value, ?string $description=null)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
$ini
Definition: raiseError.php:20
+ Here is the call graph for this function:

◆ getTentativePreconditions()

ilFileSystemMetricsCollectedObjective::getTentativePreconditions ( Environment  $environment)
protected
Returns
[]

Definition at line 28 of file class.ilFileSystemMetricsCollectedObjective.php.

28  : array
29  {
30  return [
32  ];
33  }

The documentation for this class was generated from the following file: