Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
23 | public function restructure($configurationData, $options) |
||
24 | { |
||
25 | $data = [$this->getArrayCopy()]; |
||
26 | $tableTransformer = $this->createTableTransformation($data, $configurationData, $options); |
||
27 | $tableTransformer->setLayout(TableTransformation::LIST_LAYOUT); |
||
28 | return $tableTransformer; |
||
29 | } |
||
30 | } |
||
31 |