ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (string $path, Storage $other) | |
store (string $key, Metric $metric) | |
![]() | |
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 Attributes | |
$path | |
$other | |
Definition at line 7 of file StorageOnPathWrapper.php.
ILIAS\Setup\Metrics\StorageOnPathWrapper::__construct | ( | string | $path, |
Storage | $other | ||
) |
Definition at line 21 of file StorageOnPathWrapper.php.
References ILIAS\Setup\Metrics\StorageOnPathWrapper\$other, and ILIAS\Setup\Metrics\StorageOnPathWrapper\$path.
ILIAS\Setup\Metrics\StorageOnPathWrapper::store | ( | string | $key, |
Metric | $metric | ||
) |
Implements ILIAS\Setup\Metrics\Storage.
Definition at line 30 of file StorageOnPathWrapper.php.
|
protected |
Definition at line 19 of file StorageOnPathWrapper.php.
Referenced by ILIAS\Setup\Metrics\StorageOnPathWrapper\__construct().
|
protected |
Definition at line 14 of file StorageOnPathWrapper.php.
Referenced by ILIAS\Setup\Metrics\StorageOnPathWrapper\__construct().