Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Webapi Class Reference
Inheritance diagram for Webapi:
Webapi Webapi Webapi Webapi Webapi Webapi Webapi

Public Member Functions

 __construct (DataInterface $configuration, EventManagerInterface $eventManager, WebapiDecorator $webapiTransport)
 

Protected Attributes

 $configuration
 
 $eventManager
 
 $webapiTransport
 

Detailed Description

Abstract class for webapi handlers.

Definition at line 16 of file Webapi.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( DataInterface  $configuration,
EventManagerInterface  $eventManager,
WebapiDecorator  $webapiTransport 
)

@constructor

Parameters
DataInterface$configuration
EventManagerInterface$eventManager
WebapiDecorator$webapiTransport

Definition at line 45 of file Webapi.php.

49  {
50  $this->configuration = $configuration;
51  $this->eventManager = $eventManager;
52  $this->webapiTransport = $webapiTransport;
53  }

Field Documentation

◆ $configuration

$configuration
protected

Definition at line 23 of file Webapi.php.

◆ $eventManager

$eventManager
protected

Definition at line 30 of file Webapi.php.

◆ $webapiTransport

$webapiTransport
protected

Definition at line 37 of file Webapi.php.


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