Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Reader Class Reference
Inheritance diagram for Reader:
ReaderInterface

Public Member Functions

 __construct (array $sources)
 
- Public Member Functions inherited from ReaderInterface
 read ($scopeType=null)
 

Detailed Description

Definition at line 15 of file Reader.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( array  $sources)
Parameters
array$sources

Definition at line 25 of file Reader.php.

26  {
27  $this->sources = $this->prepareSources($sources);
28  }

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