uriForCoupon() protected static method

protected static uriForCoupon ( $couponCode )
示例#1
0
 protected function uri()
 {
     if (!empty($this->_href)) {
         return $this->getHref();
     } else {
         return Recurly_Coupon::uriForCoupon($this->coupon_code);
     }
 }