Ejemplo n.º 1
0
 /**
  * @param OperatorInterface $operator
  */
 public function addOperator(OperatorInterface $operator)
 {
     $this->operators[] = $operator;
     $operator->setParent($this);
 }