Cartalyst\Stripe\Api\Api::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( Cartalyst\Stripe\ConfigInterface $config ) : void
$config Cartalyst\Stripe\ConfigInterface
리턴 void
    public function __construct(ConfigInterface $config)
    {
        $this->config = $config;
    }