interpretAll() публичный Метод

public interpretAll ( $requestId, Pinq\Queries\Builders\Functions\IFunction $projection = null )
$projection Pinq\Queries\Builders\Functions\IFunction
Пример #1
0
 protected final function visitAll(O\MethodCallExpression $expression)
 {
     $this->interpretation->interpretAll($this->getId('all'), $this->getOptionalFunctionAt('all-function', 0, $expression));
     $this->interpretSourceAsScope($expression);
 }