public function EasyRdf_Resource::getGraph in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php \EasyRdf_Resource::getGraph()
Return the graph that this resource belongs to
Return value
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php, line 87
Class
- EasyRdf_Resource
- Class that represents an RDF resource
Code
public function getGraph() {
return $this->graph;
}