__('Room_type 1'), '2' => __('Room_type 2')]; } public function getRoomTypeTextAttr($value, $data) { $value = $value ? $value : (isset($data['room_type']) ? $data['room_type'] : ''); $list = $this->getRoomTypeList(); return isset($list[$value]) ? $list[$value] : ''; } }