1 | <?php |
||
9 | class DefaultFormatter implements FormatterInterface |
||
10 | { |
||
11 | /** |
||
12 | * Contains common output behavior here based on columns definitions. |
||
13 | * |
||
14 | * @param $row |
||
15 | * @param AbstractTable $table |
||
16 | * |
||
17 | * @return mixed |
||
18 | */ |
||
19 | 4 | public function formatRow($row, AbstractTable $table, $context) |
|
40 | } |
||
41 |