コード例 #1
0
 public function attributeLabels()
 {
     $attr = parent::attributeLabels();
     $attr['id_from'] = 'ID (от)';
     $attr['id_till'] = 'ID (до)';
     $attr['created_at_from'] = 'Создан (от)';
     $attr['created_at_till'] = 'Создан (до)';
     $attr['updated_at_from'] = 'Редактирован (от)';
     $attr['updated_at_till'] = 'Редактирован (до)';
     return $attr;
 }