PHP 클래스 Graphite_Description

파일 보기 프로젝트 열기: cgutteridge/graphite

공개 프로퍼티들

프로퍼티 타입 설명
$graph
$resource
$routes
$tree

공개 메소드들

메소드 설명
__construct ( $resource ) # header, footer
_jsonify ( $tree, $resource, &$json )
_toSPARQL ( $tree, $suffix, $in_dangler = null, $sparqlprefix = "" )
_tograph ( $tree, $resource, &$new_graph )
addRoute ( $route )
getFormats ( ) # end _toSPARQL
handleFormat ( $format )
loadSPARQL ( $endpoint, $debug = false )
toDebug ( )
toGraph ( )
toJSON ( )

메소드 상세

__construct() 공개 메소드

# header, footer
public __construct ( $resource )

_jsonify() 공개 메소드

public _jsonify ( $tree, $resource, &$json )

_toSPARQL() 공개 메소드

public _toSPARQL ( $tree, $suffix, $in_dangler = null, $sparqlprefix = "" )

_tograph() 공개 메소드

public _tograph ( $tree, $resource, &$new_graph )

addRoute() 공개 메소드

public addRoute ( $route )

getFormats() 공개 메소드

# end _toSPARQL
public getFormats ( )

handleFormat() 공개 메소드

public handleFormat ( $format )

loadSPARQL() 공개 메소드

public loadSPARQL ( $endpoint, $debug = false )

toDebug() 공개 메소드

public toDebug ( )

toGraph() 공개 메소드

public toGraph ( )

toJSON() 공개 메소드

public toJSON ( )

프로퍼티 상세

$graph 공개적으로 프로퍼티

public $graph

$resource 공개적으로 프로퍼티

public $resource

$routes 공개적으로 프로퍼티

public $routes

$tree 공개적으로 프로퍼티

public $tree