@@ -214,6 +214,9 @@ |
||
| 214 | 214 | return $canSeeLink ? Html::a($model->tariff, ['@plan/view', 'id' => $model->tariff_id]) : $model->tariff; |
| 215 | 215 | } |
| 216 | 216 | |
| 217 | + /** |
|
| 218 | + * @param Bill $model |
|
| 219 | + */ |
|
| 217 | 220 | public function objectTag($model): string |
| 218 | 221 | { |
| 219 | 222 | return $model->object ? implode(': ', [$model->class_label, $this->objectLink($model)]) : ''; |