Proxy_Controller::__construct( array $config )

Summary

Proxy_Controller class constructor


Parameters

$config

(array) (Required) Configuration details.


Source

File: src/BigCommerce/Proxy/Proxy_Controller.php

	public function __construct( array $config ) {
		$this->config     = $config;
		$this->proxy_base = $this->config['proxy_base'];
	}

User Contributed Notes

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