You are here

public function MemcacheStatsObject::__construct in Memcache API and Integration 8.2

1 method overrides MemcacheStatsObject::__construct()
McrouterStatsObject::__construct in memcache_admin/src/Stats/McrouterStatsObject.php

File

memcache_admin/src/Stats/MemcacheStatsObject.php, line 26

Class

MemcacheStatsObject
Class MemcacheStats.

Namespace

Drupal\memcache_admin\Stats

Code

public function __construct(array $raw_stats) {
  $this->stats = $raw_stats;
}