Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Connector Class Reference

Public Member Functions

 __construct (array $commands, ObjectManagerInterface $objectManager)
 

Detailed Description

A connector to external services.

Aggregates and executes commands which perform requests to external services.

Definition at line 16 of file Connector.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( array  $commands,
ObjectManagerInterface  $objectManager 
)
Parameters
array$commands
ObjectManagerInterface$objectManager

Definition at line 38 of file Connector.php.

41  {
42  $this->commands = $commands;
43  $this->objectManager = $objectManager;
44  }

The documentation for this class was generated from the following file: