|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\Setup\Metrics\StorageOnPathWrapper:
Collaboration diagram for ILIAS\Setup\Metrics\StorageOnPathWrapper:Public Member Functions | |
| __construct (string $path, Storage $other) | |
| store (string $key, Metric $metric) | |
| @inheritdocs More... | |
Public Member Functions inherited from ILIAS\Setup\Metrics\Storage | |
| store (string $key, Metric $metric) | |
| Store some metric in the storage. More... | |
| 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 | ||
| ) |
@inheritdocs
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().