lib/ezi18n/classes/ezcodemapper.php
\eZCodeMapper
Package:
Constants
Properties
Methods

appendDirectMapping(
$block, $identifier, $sourceValue, $destinationValues
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $block | ||
| $identifier | ||
| $sourceValue | ||
| $destinationValues |

appendReplaceMapping(
$block, $identifier, $sourceValue, $sourceEndValue, $destinationValues
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $block | ||
| $identifier | ||
| $sourceValue | ||
| $sourceEndValue | ||
| $destinationValues |

appendTransposeMapping(
$block, $identifier, $sourceValue, $sourceEndValue, $transposeValue, $addValue, $moduloValue
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $block | ||
| $identifier | ||
| $sourceValue | ||
| $sourceEndValue | ||
| $transposeValue | ||
| $addValue | ||
| $moduloValue |

executeCommandCode(
$text, $command, $charsetName
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $text | ||
| $command | ||
| $charsetName |

generateCharsetMappingTable(
$unicodeTable, $charset
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $unicodeTable | ||
| $charset |

generateCommandCode(
$command, $charsetName
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $command | ||
| $charsetName |

generateSimpleMappingTable(
$table, $allowedRanges
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $table | ||
| $allowedRanges |

loadTransformationFiles(
$currentCharset, $transformationGroup
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $currentCharset | ||
| $transformationGroup |

mapExistingCodes(
$unicodeMap, $fromCode, $toCode
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $unicodeMap | ||
| $fromCode | ||
| $toCode |