ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
StorageConvenience.php File Reference

Go to the source code of this file.

Namespaces

 ILIAS\Setup\Metrics
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 

Functions

 ILIAS\Setup\Metrics::storeConfigBool (string $key, bool $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeConfigCounter (string $key, int $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeConfigGauge (string $key, $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeConfigTimestamp (string $key, \DateTimeImmutable $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeConfigText (string $key, string $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeStableBool (string $key, bool $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeStableCounter (string $key, int $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeStableGauge (string $key, $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeStableTimestamp (string $key, \DateTimeImmutable $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeStableText (string $key, string $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeVolatileBool (string $key, bool $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeVolatileCounter (string $key, int $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeVolatileGauge (string $key, $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeVolatileTimestamp (string $key, \DateTimeImmutable $value, string $description=null)
 
 ILIAS\Setup\Metrics::storeVolatileText (string $key, string $value, string $description=null)
 

Variables

trait ILIAS\Setup\Metrics::StorageConvenience
 Implements the convenience methods of Storage over Storage::store. More...