You are here

private property EasyRdf_Graph::$resources in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php \EasyRdf_Graph::resources

Array of resources contained in the graph

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php, line 52

Class

EasyRdf_Graph
Container for collection of EasyRdf_Resources.

Code

private $resources = array();