summaryrefslogtreecommitdiffstats
path: root/src/datasets/average.php
blob: 7d9a66269cbc99f2e4fdc63a0ea66cc5b6fc9d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * File containing the abstract ezcGraphDataSetAverage class
 *
 * @package Graph
 * @version //autogentag//
 * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
 * @license http://ez.no/licenses/new_bsd New BSD License
 */
/**
 * Extension of basic dataset to represent averation.
 *
 * @package Graph
 */
class ezcGraphDataSetAverage extends ezcDataSet 
{

}
?>
OpenPOWER on IntegriCloud