filterByOrderCoupon($this)->find(); } /** * Return the modules for which free shipping is valid * * @return array|mixed|\Propel\Runtime\Collection\ObjectCollection */ public function getFreeShippingForModules() { return OrderCouponModuleQuery::create()->filterByOrderCoupon($this)->find(); } }