Pinq\Tests\Integration\Parsing\ParserTest::variable PHP Method

variable() protected static method

protected static variable ( $name )
    protected static function variable($name)
    {
        return O\Expression::variable(O\Expression::value($name));
    }