Example #1
0
 /**
  * Setter for $_graph.
  * 
  * @param Graph $graph Reference of the Graph
  * @access public
  */
 public function setGraph(&$graph)
 {
     $this->_graph = $graph;
     $graph->_updateGraphPool($this);
 }