1 | <?php |
||
12 | class SingleResultFormatter |
||
13 | { |
||
14 | /** @var array */ |
||
15 | private $tagMap; |
||
16 | |||
17 | /** |
||
18 | * SingleResultFormatter constructor. |
||
19 | * @param JSONLogParser $logParser |
||
20 | */ |
||
21 | 10 | public function __construct(JSONLogParser $logParser) |
|
29 | |||
30 | /** |
||
31 | * @param $singleResult |
||
32 | * @return string |
||
33 | */ |
||
34 | 10 | public function formatSingleResult($singleResult) |
|
44 | |||
45 | 10 | private function addToMap($parser) |
|
52 | } |
||
53 |