100], [['policy_man', 'insurer_begin_time', 'insurer_end_time', 'car_man', 'car_type', 'engine_no', 'car_frame_no', 'car_model_code', 'register_date', 'use_type', 'car_price'], 'string', 'max' => 50], [['car_no', 'car_no_color', 'post', 'policy_man_tel', 'policy_man_phone'], 'string', 'max' => 20], [['seats', 'car_use_years'], 'string', 'max' => 10], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'regist_no' => 'Regist No', 'policy_no' => 'Policy No', 'policy_man' => 'Policy Man', 'car_no' => 'Car No', 'car_no_color' => 'Car No Color', 'car_model' => 'Car Model', 'insurer_begin_time' => 'Insurer Begin Time', 'insurer_end_time' => 'Insurer End Time', 'car_man' => 'Car Man', 'car_type' => 'Car Type', 'engine_no' => 'Engine No', 'car_frame_no' => 'Car Frame No', 'car_model_code' => 'Car Model Code', 'register_date' => 'Register Date', 'use_type' => 'Use Type', 'seats' => 'Seats', 'car_price' => 'Car Price', 'car_use_years' => 'Car Use Years', 'department' => 'Department', 'post' => 'Post', 'policy_man_address' => 'Policy Man Address', 'policy_man_tel' => 'Policy Man Tel', 'policy_man_phone' => 'Policy Man Phone', ]; } }