|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($initialContents, $validationState, $idAttributes, $typeAttribute, $perFileSchema) | |
| validate ($schemaFile, $errors) | |
| getDom () | |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.@codingStandardsIgnoreStart
Definition at line 10 of file ConfigDomMock.php.
| __construct | ( | $initialContents, | |
| $validationState, | |||
| $idAttributes, | |||
| $typeAttribute, | |||
| $perFileSchema | |||
| ) |
| null | string | $initialContents | |
| array | $idAttributes | |
| string | $typeAttribute | |
| $perFileSchema | @SuppressWarnings(PHPMD.UnusedFormalParameter) |
Definition at line 19 of file ConfigDomMock.php.
| getDom | ( | ) |
Definition at line 39 of file ConfigDomMock.php.
| validate | ( | $schemaFile, | |
| $errors | |||
| ) |
| $schemaFile | |
| $errors |
Definition at line 31 of file ConfigDomMock.php.