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