PHP Class SVGGraph, GotCms

Exibir arquivo Open project: gotcms/gotcms Class Usage Examples

Public Properties

Property Type Description
$colours
$links
$values

Public Methods

Method Description
Colours ( $colours )
Fetch ( $class, $header = TRUE, $defer_js = TRUE ) Fetch the content
FetchJavascript ( )
Links ( $links )
Render ( $class, $header = TRUE, $content_type = TRUE, $defer_js = FALSE ) Pass in the type of graph to display
Values ( $values )
__construct ( $w, $h, $settings = NULL )

Private Methods

Method Description
Setup ( $class ) Instantiate the correct class

Method Details

Colours() public method

public Colours ( $colours )

Fetch() public method

Fetch the content
public Fetch ( $class, $header = TRUE, $defer_js = TRUE )

FetchJavascript() public method

public FetchJavascript ( )

Render() public method

Pass in the type of graph to display
public Render ( $class, $header = TRUE, $content_type = TRUE, $defer_js = FALSE )

Values() public method

public Values ( $values )

__construct() public method

public __construct ( $w, $h, $settings = NULL )

Property Details

$colours public_oe property

public $colours

$values public_oe property

public $values