ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
StorageConvenience.php File Reference

Go to the source code of this file.

Namespaces

 ILIAS\Setup\Metrics
 

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...