PHP Класс Doctrine\Common\Collections\Expr\Comparison

С версии: 2.3
Автор: Benjamin Eberlei ([email protected])
Наследование: implements Doctrine\Common\Collections\Expr\Expression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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}

Описание методов

__construct() публичный Метод

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

getField() публичный Метод

public getField ( ) : string
Результат string

getOperator() публичный Метод

public getOperator ( ) : string
Результат string

getValue() публичный Метод

public getValue ( ) : Doctrine\Common\Collections\Expr\Value
Результат Doctrine\Common\Collections\Expr\Value

visit() публичный Метод

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