Exemplo n.º 1
0
 /**
  * Return original results
  *
  * @return array
  */
 public function getResults()
 {
     return $this->original->getResults();
 }
Exemplo n.º 2
0
 /**
  * Merge results
  *
  * @return array
  */
 public function getResults()
 {
     return array_merge($this->other->getResults(), $this->original->getResults());
 }