| @@ 46-55 (lines=10) @@ | ||
| 43 | /** |
|
| 44 | * @inheritdoc |
|
| 45 | */ |
|
| 46 | public function attributeLabels() |
|
| 47 | { |
|
| 48 | return [ |
|
| 49 | 'id' => Yii::t('app', 'ID'), |
|
| 50 | 'guid' => Yii::t('app', 'Guid'), |
|
| 51 | 'name' => Yii::t('app', 'Name'), |
|
| 52 | 'model_id' => Yii::t('app', 'Model ID'), |
|
| 53 | 'type' => Yii::t('app', 'Type'), |
|
| 54 | ]; |
|
| 55 | } |
|
| 56 | ||
| 57 | /** |
|
| 58 | * @return Property|null |
|
| @@ 63-72 (lines=10) @@ | ||
| 60 | /** |
|
| 61 | * @inheritdoc |
|
| 62 | */ |
|
| 63 | public function attributeLabels() |
|
| 64 | { |
|
| 65 | return [ |
|
| 66 | 'id' => \Yii::t('app', 'ID'), |
|
| 67 | 'type' => \Yii::t('app', 'Type'), |
|
| 68 | 'from' => \Yii::t('app', 'From'), |
|
| 69 | 'to' => \Yii::t('app', 'To'), |
|
| 70 | 'active' => \Yii::t('app', 'Active'), |
|
| 71 | ]; |
|
| 72 | } |
|
| 73 | ||
| 74 | /** |
|
| 75 | * @inheritdoc |
|