Beispiel #1
0
 /**
  * Fetches all versions of Bf_Subscription for this Bf_Subscription.
  * @return Bf_Subscription[]
  */
 public function getAllVersions($options = NULL, $customClient = NULL)
 {
     $subscriptionID = Bf_Subscription::getIdentifier($this);
     return Bf_Subscription::getAllVersionsForID($subscriptionID, $options, $customClient);
 }