Beispiel #1
0
 public function attributeLabels()
 {
     $p = new Profile();
     return ['id' => 'ID', 'created_at' => 'Дата регистрации', 'balance' => 'Баланс', 'phone' => 'Телефон', 'email' => 'Email', 'url' => $p->getAttributeLabel('url'), 'recommender_bonus' => $p->getAttributeLabel('recommender_bonus'), 'buyer_bonus' => $p->getAttributeLabel('buyer_bonus')];
 }