eZTranslatorHandler Class Reference
[Translation]
Base class for translation handling.
More...
Inheritance diagram for eZTranslatorHandler:
TODO — Image not available in archive
Title: eZTranslatorHandler Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZTranslatorHandler.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZTranslatorHandler PHP class. Shows the inheritance hierarchy: which classes eZTranslatorHandler 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 classeZTranslatorHandler.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZTranslatorHandler.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
Base class for translation handling.
Definition at line eztranslatorhandler.php.
Constructor & Destructor Documentation
| eZTranslatorHandler::eZTranslatorHandler |
( |
$ |
is_key_based |
) |
|
|
Member Function Documentation
| & eZTranslatorHandler::findKey |
( |
$ |
key |
) |
[pure virtual] |
|
| & eZTranslatorHandler::findMessage |
( |
$ |
context, |
|
|
$ |
source, |
|
|
$ |
comment = null |
|
) |
[pure virtual] |
|
| eZTranslatorHandler::isKeyBased |
( |
|
) |
|
|
| & eZTranslatorHandler::keyTranslate |
( |
$ |
key |
) |
[pure virtual] |
|
| & eZTranslatorHandler::translate |
( |
$ |
context, |
|
|
$ |
source, |
|
|
$ |
comment = null |
|
) |
[pure virtual] |
|
Member Data Documentation
eZTranslatorHandler::IsKeyBased [private]
|
|
The documentation for this class was generated from the following file:
|