eztranslatorhandler.php

Go to the documentation of this file.
00001 <?php
00002 //
00003 // Definition of eZTranslatorHandler class
00004 //
00005 // Created on: <10-Jun-2002 11:05:00 amos>
00006 //
00007 // Copyright (C) 1999-2003 Exponential. All rights reserved.
00008 //
00009 // This source file is part of the Exponential (tm) Open Source Content
00010 // Management System.
00011 //
00012 // This file may be distributed and/or modified under the terms of the
00013 // "GNU General Public License" version 2 as published by the Free
00014 // Software Foundation and appearing in the file LICENSE.GPL included in
00015 // the packaging of this file.
00016 //
00017 // Licencees holding valid "Exponential professional licences" may use this
00018 // file in accordance with the "Exponential professional licence" Agreement
00019 // provided with the Software.
00020 //
00021 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
00022 // THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00023 // PURPOSE.
00024 //
00025 // The "Exponential professional licence" is available at
00026 // http://ez.no/products/licences/professional/. For pricing of this licence
00027 // please contact us via e-mail to licence@ez.no. Further contact
00028 // information is available at http://ez.no/home/contact/.
00029 //
00030 // The "GNU General Public License" (GPL) is available at
00031 // http://www.gnu.org/copyleft/gpl.html.
00032 //
00033 // Contact licence@ez.no if any conditions of this licencing isn't clear to
00034 // you.
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 ?>
 

Exponential