eZ Publish  [trunk]
eZ1337Translator Class Reference

Translates text into the leet (1337) language. More...

+ Inheritance diagram for eZ1337Translator:
+ Collaboration diagram for eZ1337Translator:

List of all members.

Public Member Functions

 eZ1337Translator ()
 findMessage ($context, $source, $comment=null)
 leetify ($text)
 translate ($context, $source, $comment=null)

Static Public Member Functions

static initialize ()

Public Attributes

 $Messages
 Contains the hash table with cached 1337 translations.

Detailed Description

Translates text into the leet (1337) language.

It translates the following characters/strings

  • to - 2
  • for - 4
  • ate - 8
  • you - u
  • l - 1
  • e - 3
  • o - 0
  • a - 4
  • t - 7

Definition at line 29 of file ez1337translator.php.


Member Function Documentation

Construct the translator and loads the translation file $file if is set and exists.

Definition at line 34 of file ez1337translator.php.

Referenced by initialize().

eZ1337Translator::findMessage ( context,
source,
comment = null 
) [virtual]
Returns:
the translation message for $source and $context or null if the key does not exist.

If you know the translation key use findKey() instead.

This function must overridden if isKeyBased() is true.

Implements eZTranslatorHandler.

Definition at line 41 of file ez1337translator.php.

Referenced by translate().

static eZ1337Translator::initialize ( ) [static]

Initialize the bork translator if this is not allready done.

Definition at line 92 of file ez1337translator.php.

Translates the text into 1337 code.

Definition at line 58 of file ez1337translator.php.

Referenced by findMessage().

eZ1337Translator::translate ( context,
source,
comment = null 
) [virtual]
Returns:
the translation string for $source and $context or null if the translation does not exist.
See also:
findMessage, findKey

Implements eZTranslatorHandler.

Definition at line 77 of file ez1337translator.php.


Member Data Documentation

eZ1337Translator::$Messages

Contains the hash table with cached 1337 translations.

Definition at line 107 of file ez1337translator.php.


The documentation for this class was generated from the following file: