Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ( $mappings, $translations=array(), $pathSuffix) | |
setMappings ($mappings) | |
getMappings () | |
![]() | |
__construct ($translations, $pathSuffix) | |
translatePathMappings ($mappings) | |
Protected Attributes | |
$_mappings = array() | |
![]() | |
$pathPrefixVariants = array('', './') | |
$pathPrefixTranslations = array() | |
$pathSuffix | |
Additional Inherited Members | |
![]() | |
createPrefixVariants ($translations) | |
Definition at line 8 of file MapParser.php.
__construct | ( | $mappings, | |
$translations = array() , |
|||
$pathSuffix | |||
) |
Definition at line 12 of file MapParser.php.
getMappings | ( | ) |
Return the mappings in an array: array( array(source1, target1), array(source2, target2.1), array(source2, target2.2), array(source3, target3), ... )
Implements Parser.
Definition at line 24 of file MapParser.php.
setMappings | ( | $mappings | ) |
Definition at line 19 of file MapParser.php.
|
protected |
Definition at line 10 of file MapParser.php.