Returns the graph as a RDF/PHP associative array
Return value
array The contents of the graph as an array.
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php, line 1537
Class
- EasyRdf_Graph
- Container for collection of EasyRdf_Resources.
Code
public function toArray() {
return $this->index;
}