| 1 | <?php |
||
| 17 | abstract class ChunkServerTimer implements TimerInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var ChunkServerInterface |
||
| 21 | */ |
||
| 22 | protected $chunkServer; |
||
| 23 | |||
| 24 | public function __construct(ChunkServerInterface $tunnelServer) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return ChunkServerInterface |
||
| 31 | */ |
||
| 32 | public function getChunkServer() |
||
| 36 | } |