Пример #1
0
 /**
  * @role update
  */
 public function deleteCityMask()
 {
     DeliveryZoneCityMask::getInstanceByID((int) $this->getId())->delete();
     return new JSONResponse(false, 'success');
 }