50], [['fully_address', 'street', 'area'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'status' => 'Status', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'mall_id' => 'Mall ID', 'community_name' => 'Community Name', 'province_id' => 'Province ID', 'city_id' => 'City ID', 'district_id' => 'District ID', 'town_id' => 'Town ID', 'lat' => 'Lat', 'lng' => 'Lng', 'fully_address' => 'Fully Address', 'street' => 'Street', 'area' => 'Area', ]; } }