1 | <?php |
||
15 | class GetNumberOfLaps extends AbstractScriptMethod implements ListenerInterfaceExpTimer |
||
16 | { |
||
17 | /** |
||
18 | * @inheritdoc |
||
19 | */ |
||
20 | public function onPreLoop() |
||
24 | |||
25 | /** |
||
26 | * @inheritdoc |
||
27 | */ |
||
28 | public function onPostLoop() |
||
32 | |||
33 | /** |
||
34 | * @inheritdoc |
||
35 | */ |
||
36 | public function onEverySecond() |
||
40 | } |
||
41 |