ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct () | |
store (string $key, Metric $metric) | |
get () | |
asMetric () | |
![]() | |
storeConfigBool ($key, bool $value, string $description=null) | |
storeConfigCounter ($key, int $value, string $description=null) | |
storeConfigGauge ($key, $value, string $description=null) | |
storeConfigTimestamp ($key, \DateTimeImmutable $value, string $description=null) | |
storeConfigText ($key, string $value, string $description=null) | |
storeStableBool ($key, bool $value, string $description=null) | |
storeStableCounter ($key, int $value, string $description=null) | |
storeStableGauge ($key, $value, string $description=null) | |
storeStableTimestamp ($key, \DateTimeImmutable $value, string $description=null) | |
storeStableText ($key, string $value, string $description=null) | |
storeVolatileBool ($key, bool $value, string $description=null) | |
storeVolatileCounter ($key, int $value, string $description=null) | |
storeVolatileGauge ($key, $value, string $description=null) | |
storeVolatileTimestamp ($key, \DateTimeImmutable $value, string $description=null) | |
storeVolatileText ($key, string $value, string $description=null) | |
Protected Member Functions | |
doStore (array $base, array $path, $metric) | |
Recursive implementation of storing. More... | |
doAsMetric (array $cur) | |
Protected Attributes | |
$metrics | |
Definition at line 7 of file ArrayStorage.php.
ILIAS\Setup\Metrics\ArrayStorage::__construct | ( | ) |
Definition at line 16 of file ArrayStorage.php.
ILIAS\Setup\Metrics\ArrayStorage::asMetric | ( | ) |
Definition at line 50 of file ArrayStorage.php.
References ILIAS\Setup\Metrics\ArrayStorage\doAsMetric().
|
protected |
Definition at line 55 of file ArrayStorage.php.
References ILIAS\Setup\Metrics\Metric\STABILITY_MIXED, and ILIAS\Setup\Metrics\Metric\TYPE_COLLECTION.
Referenced by ILIAS\Setup\Metrics\ArrayStorage\asMetric().
|
protected |
Recursive implementation of storing.
Definition at line 33 of file ArrayStorage.php.
References $base.
Referenced by ILIAS\Setup\Metrics\ArrayStorage\store().
ILIAS\Setup\Metrics\ArrayStorage::get | ( | ) |
Definition at line 45 of file ArrayStorage.php.
References ILIAS\Setup\Metrics\ArrayStorage\$metrics.
ILIAS\Setup\Metrics\ArrayStorage::store | ( | string | $key, |
Metric | $metric | ||
) |
Implements ILIAS\Setup\Metrics\Storage.
Definition at line 24 of file ArrayStorage.php.
References ILIAS\Setup\Metrics\ArrayStorage\doStore().
|
protected |
Definition at line 14 of file ArrayStorage.php.
Referenced by ILIAS\Setup\Metrics\ArrayStorage\get().