Example #1
0
 public function union(Model $model, $all = false)
 {
     $material = $model->getFetchMode();
     $this->preprocessor->processUnion($material, $all);
     return $this;
 }