eZShuffleTranslator Class Reference
[Translation]
Translates text by moving characters around.
More...
Inheritance diagram for eZShuffleTranslator:
TODO — Image not available in archive
Title: eZShuffleTranslator Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZShuffleTranslator.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZShuffleTranslator PHP class. Shows the inheritance hierarchy: which classes eZShuffleTranslator extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZShuffleTranslator.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZShuffleTranslator.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
Translates text by moving characters around.
Definition at line ezshuffletranslator.php.
Constructor & Destructor Documentation
| eZShuffleTranslator::eZShuffleTranslator |
( |
$ |
max_chars = 3 |
) |
|
|
Member Function Documentation
| & eZShuffleTranslator::findMessage |
( |
$ |
context, |
|
|
$ |
source, |
|
|
$ |
comment = null |
|
) |
[virtual] |
|
| & eZShuffleTranslator::shuffleText |
( |
$ |
text |
) |
|
|
|
|
Reorders some of the characters in $text and returns the new text string. The maximum number of reorders is taken from MaxChars.
Definition at line ezshuffletranslator.php.
Referenced by findMessage(). |
| & eZShuffleTranslator::translate |
( |
$ |
context, |
|
|
$ |
source, |
|
|
$ |
comment = null |
|
) |
[virtual] |
|
Member Data Documentation
eZShuffleTranslator::Messages [private]
|
|
The documentation for this class was generated from the following file:
|