lib/ezi18n/classes/ezcodemapper.php
File containing the eZCodeMapper class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZCodeMapper
Package: lib
File containing the eZCodeMapper class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
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 |