PHP 클래스 Doctrine\Common\Collections\ExpressionBuilder

부터: 2.3
저자: Benjamin Eberlei ([email protected])
파일 보기 프로젝트 열기: doctrine/collections 1 사용 예제들

공개 메소드들

메소드 설명
andX ( mixed $x = null ) : Doctrine\Common\Collections\Expr\CompositeExpression
contains ( string $field, mixed $value ) : Comparison
endsWith ( string $field, mixed $value ) : Comparison
eq ( string $field, mixed $value ) : Comparison
gt ( string $field, mixed $value ) : Comparison
gte ( string $field, mixed $value ) : Comparison
in ( string $field, array $values ) : Comparison
isNull ( string $field ) : Comparison
lt ( string $field, mixed $value ) : Comparison
lte ( string $field, mixed $value ) : Comparison
memberOf ( string $field, mixed $value ) : Comparison
neq ( string $field, mixed $value ) : Comparison
notIn ( string $field, array $values ) : Comparison
orX ( mixed $x = null ) : Doctrine\Common\Collections\Expr\CompositeExpression
startsWith ( string $field, mixed $value ) : Comparison

메소드 상세

andX() 공개 메소드

public andX ( mixed $x = null ) : Doctrine\Common\Collections\Expr\CompositeExpression
$x mixed
리턴 Doctrine\Common\Collections\Expr\CompositeExpression

contains() 공개 메소드

public contains ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

endsWith() 공개 메소드

public endsWith ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

eq() 공개 메소드

public eq ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

gt() 공개 메소드

public gt ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

gte() 공개 메소드

public gte ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

in() 공개 메소드

public in ( string $field, array $values ) : Comparison
$field string
$values array
리턴 Doctrine\Common\Collections\Expr\Comparison

isNull() 공개 메소드

public isNull ( string $field ) : Comparison
$field string
리턴 Doctrine\Common\Collections\Expr\Comparison

lt() 공개 메소드

public lt ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

lte() 공개 메소드

public lte ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

memberOf() 공개 메소드

public memberOf ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

neq() 공개 메소드

public neq ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison

notIn() 공개 메소드

public notIn ( string $field, array $values ) : Comparison
$field string
$values array
리턴 Doctrine\Common\Collections\Expr\Comparison

orX() 공개 메소드

public orX ( mixed $x = null ) : Doctrine\Common\Collections\Expr\CompositeExpression
$x mixed
리턴 Doctrine\Common\Collections\Expr\CompositeExpression

startsWith() 공개 메소드

public startsWith ( string $field, mixed $value ) : Comparison
$field string
$value mixed
리턴 Doctrine\Common\Collections\Expr\Comparison