|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ( $fileName, FileResolverInterface $fileResolver, ConfigConverter $converter, Reader\Definition $definitionReader, ReaderFactory $readerFactory, Reader\DomFactory $readerDomFactory, array $idAttributes=[]) | |
| read ($scope=null) | |
UI Component configuration reader
Definition at line 19 of file Reader.php.
| __construct | ( | $fileName, | |
| FileResolverInterface | $fileResolver, | ||
| ConfigConverter | $converter, | ||
| Reader\Definition | $definitionReader, | ||
| ReaderFactory | $readerFactory, | ||
| Reader\DomFactory | $readerDomFactory, | ||
| array | $idAttributes = [] |
||
| ) |
Reader constructor.
| string | $fileName | |
| FileResolverInterface | $fileResolver | |
| ConfigConverter | $converter | |
| Reader\Definition | $definitionReader | |
| ReaderFactory | $readerFactory | |
| Reader\DomFactory | $readerDomFactory | |
| array | $idAttributes |
Definition at line 71 of file Reader.php.
| read | ( | $scope = null | ) |
Load configuration scope
| string | null | $scope |
Implements ReaderInterface.
Definition at line 95 of file Reader.php.