|
ILIAS
release_8 Revision v8.24
|
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 (string $key, bool $value, string $description=null) | |
| storeConfigCounter (string $key, int $value, string $description=null) | |
| storeConfigGauge (string $key, $value, string $description=null) | |
| storeConfigTimestamp (string $key, \DateTimeImmutable $value, string $description=null) | |
| storeConfigText (string $key, string $value, string $description=null) | |
| storeStableBool (string $key, bool $value, string $description=null) | |
| storeStableCounter (string $key, int $value, string $description=null) | |
| storeStableGauge (string $key, $value, string $description=null) | |
| storeStableTimestamp (string $key, \DateTimeImmutable $value, string $description=null) | |
| storeStableText (string $key, string $value, string $description=null) | |
| storeVolatileBool (string $key, bool $value, string $description=null) | |
| storeVolatileCounter (string $key, int $value, string $description=null) | |
| storeVolatileGauge (string $key, $value, string $description=null) | |
| storeVolatileTimestamp (string $key, \DateTimeImmutable $value, string $description=null) | |
| storeVolatileText (string $key, string $value, string $description=null) | |
Protected Attributes | |
| string | $path |
| Storage | $other |
Definition at line 23 of file StorageOnPathWrapper.php.
| ILIAS\Setup\Metrics\StorageOnPathWrapper::__construct | ( | string | $path, |
| Storage | $other | ||
| ) |
Definition at line 30 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 39 of file StorageOnPathWrapper.php.
|
protected |
Definition at line 28 of file StorageOnPathWrapper.php.
Referenced by ILIAS\Setup\Metrics\StorageOnPathWrapper\__construct().
|
protected |
Definition at line 27 of file StorageOnPathWrapper.php.
Referenced by ILIAS\Setup\Metrics\StorageOnPathWrapper\__construct().