Exemplo n.º 1
0
 public function visitSelectMany(Segments\SelectMany $query)
 {
     $this->traversable = $this->traversable->selectMany($this->resolvedParameters[$query->getProjectionFunction()->getCallableId()]);
 }
Exemplo n.º 2
0
 public function visitSelectMany(Segments\SelectMany $query)
 {
     $this->compilation->append('Map and flatten according to: ');
     $this->compilation->appendFunction($query->getProjectionFunction());
     $this->compilation->appendLine();
 }