summaryrefslogtreecommitdiffstats
path: root/src/graph.php
blob: 50425bb3d7e3b9c40dbb34f949dca805004e7b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
 * File containing the abstract ezcGraph 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
 */
/**
 * Base options class for all eZ components.
 *
 * @package Graph
 */
class ezcGraph extends ezcBaseOptions
{

    /**
     * Creates a graph chart instance
     * 
     * @param mixed $type 
     * @static
     * @access public
     * @return void
     */
    static public function create( $type, $options = array() ) 
    {
        
    }
}

?>
OpenPOWER on IntegriCloud