Pinq\Providers\DSL\Compilation\Parameters\ResolvedParameterRegistry::asArray PHP Method

asArray() public method

Gets all the resolved value of the expression.
public asArray ( ) : mixed[]
return mixed[]
    public function asArray()
    {
        return $this->resolvedValuesArray;
    }