WC_Connect_Service_Settings_Store::__construct PHP Method

__construct() public method

public __construct ( WC_Connect_Service_Schemas_Store $service_schemas_store, WC_Connect_API_Client $api_client, WC_Connect_Logger $logger )
$service_schemas_store WC_Connect_Service_Schemas_Store
$api_client WC_Connect_API_Client
$logger WC_Connect_Logger
        public function __construct(WC_Connect_Service_Schemas_Store $service_schemas_store, WC_Connect_API_Client $api_client, WC_Connect_Logger $logger)
        {
            $this->service_schemas_store = $service_schemas_store;
            $this->api_client = $api_client;
            $this->logger = $logger;
        }