TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file TextFormat.php

Documentation is available at TextFormat.php

  1. <?php
  2.  
  3. /**
  4.  * TextFormatted class
  5.  *
  6.  * Description:
  7.  *
  8.  * @author
  9.  * @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
  10.  * @version 1.0
  11.  * @package TeeChartPHP
  12.  * @link http://www.steema.com
  13.  */
  14.  
  15. final class TextFormatted
  16. {
  17.    /**
  18.    * Defines a NORMAL format.
  19.    */
  20.    public static $NORMAL 0;
  21.    /**
  22.    * Defines a HTML  format.
  23.    */
  24.    public static $HTML 1;
  25.  
  26.    function TextFormatted({}
  27. }
  28.  
  29. ?>

Documentation generated on Wed, 16 Jun 2010 12:08:44 +0200 by phpDocumentor 1.4.1