Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends ProjectionSegment
示例#1
0
 public function visitSelectMany(Segments\SelectMany $query)
 {
     $this->traversable = $this->traversable->selectMany($this->resolvedParameters[$query->getProjectionFunction()->getCallableId()]);
 }
示例#2
0
 public function visitSelectMany(Segments\SelectMany $query)
 {
     $this->compilation->append('Map and flatten according to: ');
     $this->compilation->appendFunction($query->getProjectionFunction());
     $this->compilation->appendLine();
 }