Stripe\ApiRequestor::__construct PHP Метод

__construct() публичный Метод

public __construct ( $apiKey = null, $apiBase = null )
    public function __construct($apiKey = null, $apiBase = null)
    {
        $this->_apiKey = $apiKey;
        if (!$apiBase) {
            $apiBase = Stripe::$apiBase;
        }
        $this->_apiBase = $apiBase;
    }