Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function setResultsSet(OperationSetResult $resultsSet)
 {
     if ($this->isSideHasReference($this->left)) {
         $this->left->setResultsSet($resultsSet);
     }
     if ($this->isSideHasReference($this->right)) {
         $this->right->setResultsSet($resultsSet);
     }
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function setResultsSet(OperationSetResult $resultsSet)
 {
     $this->operand->setResultsSet($resultsSet);
 }