PHP Class Doctrine\Common\Collections\Expr\Comparison

Since: 2.3
Author: Benjamin Eberlei ([email protected])
Inheritance: implements Doctrine\Common\Collections\Expr\Expression
Show file Open project: doctrine/collections Class Usage Examples

Public Methods

Method Description
__construct ( string $field, string $operator, mixed $value )
getField ( ) : string
getOperator ( ) : string
getValue ( ) : Doctrine\Common\Collections\Expr\Value
visit ( Doctrine\Common\Collections\Expr\ExpressionVisitor $visitor ) {@inheritDoc}

Method Details

__construct() public method

public __construct ( string $field, string $operator, mixed $value )
$field string
$operator string
$value mixed

getField() public method

public getField ( ) : string
return string

getOperator() public method

public getOperator ( ) : string
return string

getValue() public method

public getValue ( ) : Doctrine\Common\Collections\Expr\Value
return Doctrine\Common\Collections\Expr\Value

visit() public method

{@inheritDoc}
public visit ( Doctrine\Common\Collections\Expr\ExpressionVisitor $visitor )
$visitor Doctrine\Common\Collections\Expr\ExpressionVisitor