Пример #1
0
 /**
  * Set the CheckBox Quad
  *
  * @api
  * @param Quad $quad CheckBox Quad
  * @return static
  */
 public function setQuad(Quad $quad)
 {
     $this->feature->setQuad($quad);
     return $this;
 }