| Total Complexity | 2 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | trait FractalTrait |
||
| 19 | {
|
||
| 20 | /** |
||
| 21 | * Format results based on a transformer |
||
| 22 | * |
||
| 23 | * @param string $method |
||
| 24 | * @param mixed $results |
||
| 25 | * @param string $transformer |
||
| 26 | * @param string $resource |
||
| 27 | * @param array $relationships |
||
| 28 | * @param array $fields |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | protected function format( |
||
| 58 |