PHP Class Graphite_Description

Afficher le fichier Open project: cgutteridge/graphite

Méthodes publiques

Свойство Type Description
$graph
$resource
$routes
$tree

Méthodes publiques

Méthode Description
__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 ( )

Method Details

__construct() public méthode

# header, footer
public __construct ( $resource )

_jsonify() public méthode

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

_toSPARQL() public méthode

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

_tograph() public méthode

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

addRoute() public méthode

public addRoute ( $route )

getFormats() public méthode

# end _toSPARQL
public getFormats ( )

handleFormat() public méthode

public handleFormat ( $format )

loadSPARQL() public méthode

public loadSPARQL ( $endpoint, $debug = false )

toDebug() public méthode

public toDebug ( )

toGraph() public méthode

public toGraph ( )

toJSON() public méthode

public toJSON ( )

Property Details

$graph public_oe property

public $graph

$resource public_oe property

public $resource

$routes public_oe property

public $routes

$tree public_oe property

public $tree