public function EasyRdf_Graph::toRdfPhp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php \EasyRdf_Graph::toRdfPhp()
Returns the graph as a RDF/PHP associative array
Return value
array The contents of the graph as an array.
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Graph.php, line 1573
Class
- EasyRdf_Graph
- Container for collection of EasyRdf_Resources.
Code
public function toRdfPhp() {
return $this->index;
}