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

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