| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | protected function fillRepresentations() |
||
| 11 | { |
||
| 12 | $this->representations = array_filter([ |
||
| 13 | 'common' => [ |
||
| 14 | 'label' => Yii::t('hipanel', 'common'), |
||
| 15 | 'columns' => [ |
||
| 16 | 'checkbox', |
||
| 17 | 'subject', |
||
| 18 | 'author_id', |
||
| 19 | 'responsible_id', |
||
| 20 | 'recipient_id', |
||
| 21 | 'answer_count', |
||
| 22 | ], |
||
| 23 | ], |
||
| 24 | ]); |
||
| 25 | } |
||
| 26 | } |
||
| 27 |