Exemple #1
0
 /**
  * @param Lp lp
  * @return Cluster
  */
 public function setLp(Lp $lp)
 {
     $this->set($lp->getName(), $lp->getValue());
     return $this;
 }