Beispiel #1
0
 public function clearPaymentMethods()
 {
     DeliveryPayment::model()->deleteAllByAttributes(['delivery_id' => $this->id]);
 }