3declare(strict_types=1);
43 $this->metrics = $this->
doStore($this->metrics,
$path, $metric);
52 if (count(
$path) == 0) {
61 public function get(): array
store(string $key, Metric $metric)
@inheritdocs
doStore(array $base, array $path, $metric)
Recursive implementation of storing.
A metric is something we can measure about the system.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait StorageConvenience
Implements the convenience methods of Storage over Storage::store.