You are here

class BlackholeStats in Lockr 7.3

Hierarchy

Expanded class hierarchy of BlackholeStats

File

vendor/lockr/lockr/src/BlackholeStats.php, line 4

Namespace

Lockr
View source
class BlackholeStats implements LockrStatsInterface {

  /**
   * {@inheritdoc}
   */
  public function lockrCallCompleted($name, $elapsed) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
BlackholeStats::lockrCallCompleted public function Indicates that a call to Lockr was completed. Overrides LockrStatsInterface::lockrCallCompleted