summaryrefslogtreecommitdiffstats
path: root/src/datasets/average.php
blob: b0af5280dc1192d3e4cae566cbea8fd6ce1ba0a1 (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