Ejemplo n.º 1
0
 /**
  * Fetches Bf_Subscriptions for this Bf_ProductRatePlan.
  * @return Bf_Subscription[]
  */
 public function getSubscriptions($options = NULL, $customClient = NULL)
 {
     return Bf_Subscription::getByRatePlanID($this->id, $options, $customClient);
 }