You are here

public function LockrClient::getStats in Lockr 7.3

Returns the stats handler.

Return value

LockrStatsInterface

File

vendor/lockr/lockr/src/LockrClient.php, line 59

Class

LockrClient

Namespace

Lockr

Code

public function getStats() {
  return $this->stats;
}