common\models\OrderAddress::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'order_id' => '订单', 'consignee' => '收货人', 'cellphone' => '手机', 'gender' => '性别', 'school' => '学校', 'building' => '宿舍喽', 'room' => '宿舍号'];
    }