Ejemplo n.º 1
0
 /**
  * @role update
  */
 public function deleteZipMask()
 {
     DeliveryZoneZipMask::getInstanceByID((int) $this->getId())->delete();
     return new JSONResponse(false, 'success');
 }