Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Formatter $formatter, DomDocumentFactory $domFactory, XsltProcessorFactory $xsltProcessorFactory) | |
Data Fields | |
const | XML_FILE_ARGUMENT = 'xml-file' |
const | PROCESSOR_ARGUMENT = 'processor' |
const | OVERWRITE_OPTION = 'overwrite' |
Protected Member Functions | |
configure () | |
execute (InputInterface $input, OutputInterface $output) | |
Class XmlConverterCommand Converts XML file using XSL style sheets
Definition at line 22 of file XmlConverterCommand.php.
__construct | ( | Formatter | $formatter, |
DomDocumentFactory | $domFactory, | ||
XsltProcessorFactory | $xsltProcessorFactory | ||
) |
Inject dependencies
Formatter | $formatter | |
DomDocumentFactory | $domFactory | |
XsltProcessorFactory | $xsltProcessorFactory |
Definition at line 61 of file XmlConverterCommand.php.
|
protected |
|
protected |
{}
Definition at line 106 of file XmlConverterCommand.php.
const OVERWRITE_OPTION = 'overwrite' |
Overwrite option constant
Definition at line 37 of file XmlConverterCommand.php.
const PROCESSOR_ARGUMENT = 'processor' |
Processor argument constant
Definition at line 32 of file XmlConverterCommand.php.
const XML_FILE_ARGUMENT = 'xml-file' |
XML file argument name constant
Definition at line 27 of file XmlConverterCommand.php.