null], [['geom'], 'string'], [['ap_code'], 'string', 'max' => 10], [['pv_code'], 'string', 'max' => 2], [['ap_name_t', 'ap_name_e'], 'string', 'max' => 300], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'geom' => 'Geom', 'ap_code' => 'รหัสอำเภอ', 'pv_code' => 'จังหวัด', 'ap_name_t' => 'อำเภอ', 'ap_name_e' => 'District', ]; } }