Braintree\TestingGateway::__construct PHP Метод

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

public __construct ( $gateway )
    public function __construct($gateway)
    {
        $this->_gateway = $gateway;
        $this->_config = $gateway->config;
        $this->_http = new Http($this->_config);
    }