[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Image/Graph/ -> DataPreprocessor.php (sommaire)

Image_Graph - PEAR PHP OO Graph Rendering Utility. PHP versions 4 and 5

Author: Jesper Veggerby <pear.nosey@veggerby.dk>
Copyright: Copyright (C) 2003, 2004 Jesper Veggerby Hansen
License: http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
Version: CVS: $Id: DataPreprocessor.php,v 1.7 2005/08/24 20:35:55 nosey Exp $
Poids: 74 lignes (3 kb)
Inclus ou requis: 6 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Image_Graph_DataPreprocessor:: (2 méthodes):
  Image_Graph_DataPreprocessor()
  _process()


Classe: Image_Graph_DataPreprocessor  - X-Ref

Data preprocessor used for preformatting a data.

A data preprocessor is used in cases where a value from a dataset or label must be
displayed in another format or way than entered. This could for example be the need
to display X-values as a date instead of 1, 2, 3, .. or even worse unix-timestamps.
It could also be when a {@link Image_Graph_Marker_Value} needs to display values as percentages
with 1 decimal digit instead of the default formatting (fx. 12.01271 -> 12.0%).

Image_Graph_DataPreprocessor()   X-Ref
Image_Graph_DataPreprocessor [Constructor].


_process($value)   X-Ref
Process the value

param: var $value The value to process/format
return: string The processed value



Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7