Source for file Language.class.php

Documentation is available at Language.class.php

  1. <?php
  2.  
  3. /**
  4.  * Language.class.php
  5.  *
  6.  * This file should contain class needed to handle Language properties in
  7.  * mime messages. I suspect that it is RFC2231
  8.  *
  9.  * @copyright &copy; 2003-2006 The SquirrelMail Project Team
  10.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  11.  * @version $Id: Language.class.php,v 1.12 2006/07/15 12:00:44 tokul Exp $
  12.  * @package squirrelmail
  13.  * @subpackage mime
  14.  * @since 1.3.2
  15.  */
  16.  
  17. /**
  18.  * Class that can be used to handle language properties in MIME headers.
  19.  *
  20.  * @package squirrelmail
  21.  * @subpackage mime
  22.  * @since 1.3.0
  23.  */
  24. class Language {
  25.     /**
  26.      * Class constructor
  27.      * @param mixed $name 
  28.      */
  29.     function Language($name{
  30.         /** @var mixed */
  31.         $this->name $name;
  32.         /**
  33.          * Language properties
  34.          * @var array 
  35.          */
  36.         $this->properties array();
  37.     }
  38. }

Documentation generated on Sat, 07 Oct 2006 16:12:03 +0300 by phpDocumentor 1.3.0RC6