1 | <?php |
||
7 | class NullHeartbeat implements HeartbeatInterface |
||
8 | { |
||
9 | /** |
||
10 | * {@inheritdoc} |
||
11 | */ |
||
12 | 23 | public function serverBeat() |
|
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | 21 | public function clientBeat() |
|
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 27 | public function shouldSendHeartbeat() |
|
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | 1 | public function isServerHeartbeatMissing() |
|
38 | } |
||
39 |