summaryrefslogtreecommitdiffstats
path: root/src/datasets/average.php
blob: 24705c625620cf363d419d873f86691325851127 (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 ezcDatasetAverage class
 *
 * @package Graph
 * @version $id$
 * @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 ezcDatasetAverage extends ezcDataset 
{

}
?>
OpenPOWER on IntegriCloud