AbstractServiceFactory

Abstract base class for all service factories used to expose service instances through {@link \Stripe\StripeClient}.


Description Description

Service factories serve two purposes:

  1. Expose properties for all services through the __get() magic method.
  2. Lazily initialize each service instance the first time the property for a given service is used.

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AbstractServiceFactory.php


			

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.