BlackholeStats.php in Lockr 7.3
Namespace
LockrFile
vendor/lockr/lockr/src/BlackholeStats.phpView source
<?php
namespace Lockr;
class BlackholeStats implements LockrStatsInterface {
/**
* {@inheritdoc}
*/
public function lockrCallCompleted($name, $elapsed) {
}
}
// ex: ts=4 sts=4 sw=4 et:
Classes
Name | Description |
---|---|
BlackholeStats |