Documentation

Comparison
in package

Expression class for DQL comparison expressions.

Tags
link
www.doctrine-project.org

Table of Contents

Constants

EQ  = '='
GT  = '>'
GTE  = '>='
LT  = '<'
LTE  = '<='
NEQ  = '<>'

Properties

$leftExpr  : mixed
$operator  : string
$rightExpr  : mixed

Methods

__construct()  : mixed
Creates a comparison expression with the given arguments.
__toString()  : string
getLeftExpr()  : mixed
getOperator()  : string
getRightExpr()  : mixed

Constants

Properties

Methods

__construct()

Creates a comparison expression with the given arguments.

public __construct(mixed $leftExpr, string $operator, mixed $rightExpr) : mixed
Parameters
$leftExpr : mixed
$operator : string
$rightExpr : mixed

__toString()

public __toString() : string
Return values
string

getOperator()

public getOperator() : string
Return values
string

        
On this page

Search results