PHP开发(前) #301
由 静 倪 更新于 将近 8 年 之前
**ApplyUserGroupForm.class.php**
* 去除`getStatus()`函数.
* `approve()` 和 `decline()` 提炼 `updateStatus()`函数.
* `edit()`清除旧的地区信息,提炼为私有函数
* `private function clearJirisdictionAreas() : bool`
* `private function clearBusinessAreas() : bool`
* `add()`添加地区信息,提炼为私有函数
* `private function addJirisdictionAreas() : bool`
* `private function addBusinessAreas() : bool`
* 去除`getStatus()`函数.
* `approve()` 和 `decline()` 提炼 `updateStatus()`函数.
* `edit()`清除旧的地区信息,提炼为私有函数
* `private function clearJirisdictionAreas() : bool`
* `private function clearBusinessAreas() : bool`
* `add()`添加地区信息,提炼为私有函数
* `private function addJirisdictionAreas() : bool`
* `private function addBusinessAreas() : bool`