WorkerInterface.php
314 Bytes
<?php
/**
* Created by PhpStorm.
* User: Zip
* Date: 16/1/6
* Time: 15:29
*/
namespace Hood\Utils\Statistic;
/**
* Class Worker
* @package Hood\Utils\Statistic
*
* ip,time(),
*/
interface WorkerInterface
{
static public function write(Data $data);
static public function reader(Data $data);
}