Base_Client

Summary

No summary available.

Source

File: src/BigCommerce/Api/Base_Client.php

class Base_Client extends ApiClient {

	/**
	 * Configuration
	 *
	 * @var Configuration
	 */
	protected $config;

	/**
	 * Constructor of the class
	 *
	 * @param Configuration $config config for this ApiClient
	 */
	public function __construct( Configuration $config = null ) {
		parent::__construct( $config );
	}

	/**
	 * Get the config
	 *
	 * @return Configuration
	 */
	public function getConfig() {
		return $this->config;
	}
}

Methods


User Contributed Notes

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