PHP Classes

File: src/Graph/GraphInterface.php

Recommend this page to a friend!
  Classes of Joseluis Laso   PHP Stats Graphs   src/Graph/GraphInterface.php   Download  
File: src/Graph/GraphInterface.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Stats Graphs
Generate SVG charts from sample data
Author: By
Last change:
Date: 7 years ago
Size: 166 bytes
 

Contents

Class file image Download
<?php

namespace JLaso\SimpleStats\Graph;

interface
GraphInterface
{
    public function
getSettings($settings = array());
   
    public function
getGraphType();
}