PHP 클래스 SVGGraph, GotCms

파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$colours
$links
$values

공개 메소드들

메소드 설명
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 )

비공개 메소드들

메소드 설명
Setup ( $class ) Instantiate the correct class

메소드 상세

Colours() 공개 메소드

public Colours ( $colours )

Fetch() 공개 메소드

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

FetchJavascript() 공개 메소드

public FetchJavascript ( )

Render() 공개 메소드

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

Values() 공개 메소드

public Values ( $values )

__construct() 공개 메소드

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

프로퍼티 상세

$colours 공개적으로 프로퍼티

public $colours

$values 공개적으로 프로퍼티

public $values