Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | trait HasMedia |
||
6 | { |
||
7 | /** |
||
8 | * Adds the image when loaded. |
||
9 | * |
||
10 | * @param array &$data |
||
11 | * @return void |
||
12 | */ |
||
13 | private function addImage(array &$data): void |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Get the attribute name for the image. |
||
24 | * |
||
25 | * @return string |
||
26 | */ |
||
27 | private function getImageAttributeName(): string |
||
36 |