예제 #1
0
파일: SubGraph.php 프로젝트: mylen/graphviz
 /**
  * @param Lp lp
  * @return Cluster
  */
 public function setLp(Lp $lp)
 {
     $this->set($lp->getName(), $lp->getValue());
     return $this;
 }