Example #1
0
 /**
  * \brief Copy the data from another Graph.
  *
  * \param $graph The other graph to copy data from.
  */
 public function copyFrom(Graph $graph)
 {
     $this->setData($graph->getData());
 }