class BlackholeStats in Lockr 7.3
Hierarchy
- class \Lockr\BlackholeStats implements LockrStatsInterface
Expanded class hierarchy of BlackholeStats
File
- vendor/
lockr/ lockr/ src/ BlackholeStats.php, line 4
Namespace
LockrView source
class BlackholeStats implements LockrStatsInterface {
/**
* {@inheritdoc}
*/
public function lockrCallCompleted($name, $elapsed) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BlackholeStats:: |
public | function |
Indicates that a call to Lockr was completed. Overrides LockrStatsInterface:: |