コード例 #1
0
 public function DeletePlaceByAdmin($param)
 {
     // Delete all image file on Place
     $this->DeleteImageFileByAdmin(parent::ListAllImagePlaceProcess(array('place_id' => $this->id)));
     // Delete place
     parent::DeletePlaceByAdminProcess($param);
 }