Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['id' => Yii::t('jlorente/location', 'ID'), 'country_id' => Yii::t('jlorente/location', 'Zone ID'), 'name' => Yii::t('jlorente/location', 'Name')]);
 }