LockrStatsInterface.php in Lockr 7.3
Namespace
LockrFile
vendor/lockr/lockr/src/LockrStatsInterface.phpView source
<?php
namespace Lockr;
interface LockrStatsInterface {
/**
* Indicates that a call to Lockr was completed.
*
* @param string $name
* @param float $elapsed
*/
public function lockrCallCompleted($name, $elapsed);
}
// ex: ts=4 sts=4 sw=4 et:
Interfaces
Name | Description |
---|---|
LockrStatsInterface |