| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 52 | public function attributeLabels() |
||
| 53 | { |
||
| 54 | return [ |
||
| 55 | 'graph' => Yii::t('hipanel:server:rrd', 'Graph'), |
||
| 56 | 'period' => Yii::t('hipanel:server:rrd', 'Precision'), |
||
| 57 | 'shift' => Yii::t('hipanel:server:rrd', 'Shift (minutes)'), |
||
| 58 | 'width' => Yii::t('hipanel:server:rrd', 'Width (px)'), |
||
| 59 | ]; |
||
| 62 |