00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
eZTranslatorHandler
00048 {
eZTranslatorHandler( $is_key_based )
00053 {
00054 $this->IsKeyBased = $is_key_based;
00055 }
00056
isKeyBased()
00062 {
00063 return $this->IsKeyBased;
00064 }
00065
findKey( $key )
00073 {
00074 }
00075
findMessage( $context, $source, $comment = null )
00085 {
00086 }
00087
translate( $context, $source, $comment = null )
00095 {
00096 }
00097
keyTranslate( $key )
00105 {
00106 }
00107
IsKeyBased;
00111 }
00112
00113 ?>