Closed pdt256 closed 8 years ago
The new dispatch method for queries:
$request = new GetCouponRequest($couponId); $response = new GetCouponResponse(); $this->dispatchQuery(new GetCouponQuery($request, $response)); // Send data to the view: $this->data['coupon'] = $response->getCouponDTO();
The new dispatch method for queries: