You are here

public function EasyRdf_Serialiser_GraphViz::getAttribute in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php \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

vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php, line 174

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

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