public function EasyRdf_Serialiser_GraphViz::getAttribute

Get an attribute of the GraphViz graph

Parameters

string $name Attribute name:

Return value

string The value of the graph attribute

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php, line 175

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

public function getAttribute($name) {
  return $this->attributes[$name];
}