Pinq\Parsing\FunctionSignature::withResolvedMagic PHP Method

withResolvedMagic() protected method

protected withResolvedMagic ( array $resolvedExpressions )
$resolvedExpressions array
    protected function withResolvedMagic(array $resolvedExpressions)
    {
        return new self($this->type, $this->returnsReference, $this->accessModifier, $this->polymorphModifier, $this->isStatic, $this->name, O\Expression::simplifyAll($resolvedExpressions), $this->scopedVariableNames);
    }