| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | protected function fillRepresentations() |
||
| 19 | { |
||
| 20 | $this->representations = array_filter([ |
||
| 21 | 'common' => [ |
||
| 22 | 'label' => Yii::t('hipanel', 'common'), |
||
| 23 | 'columns' => [ |
||
| 24 | 'checkbox', |
||
| 25 | 'account', |
||
| 26 | 'client', |
||
| 27 | 'seller', |
||
| 28 | 'server', |
||
| 29 | 'state', |
||
| 30 | 'type', |
||
| 31 | ], |
||
| 32 | ], |
||
| 33 | ]); |
||
| 34 | } |
||
| 35 | } |
||
| 36 |