예제 #1
0
 /**
  * Set Purchasable
  *
  * @param HostingServiceDBO The hosting service to be purchased
  */
 public function setPurchasable(HostingServiceDBO $purchasable)
 {
     // The purpose of this function is to force the purchasable to be a HostingServiceDBO
     parent::setPurchasable($purchasable);
 }
예제 #2
0
 /**
  * Set Purchasable
  *
  * @param DomainServiceDBO The domain service to be purchased
  */
 public function setPurchasable(DomainServiceDBO $purchasable)
 {
     // The purpose of this function is to forc the purchasable to be a DomainServiceDBO
     parent::setPurchasable($purchasable);
 }