PHP 클래스 Happyr\DoctrineSpecification\Filter\In

상속: implements Happyr\DoctrineSpecification\Filter\Filter
파일 보기 프로젝트 열기: happyr/doctrine-specification

보호된 프로퍼티들

프로퍼티 타입 설명
$dqlAlias dqlAlias
$field field
$value value

공개 메소드들

메소드 설명
__construct ( string $field, mixed $value, string $dqlAlias = null ) Make sure the $field has a value equals to $value.
getFilter ( Doctrine\ORM\QueryBuilder $qb, string $dqlAlias ) : string

보호된 메소드들

메소드 설명
getParameterName ( Doctrine\ORM\QueryBuilder $qb ) : string Get a good unique parameter name.

메소드 상세

__construct() 공개 메소드

Make sure the $field has a value equals to $value.
public __construct ( string $field, mixed $value, string $dqlAlias = null )
$field string
$value mixed
$dqlAlias string

getFilter() 공개 메소드

public getFilter ( Doctrine\ORM\QueryBuilder $qb, string $dqlAlias ) : string
$qb Doctrine\ORM\QueryBuilder
$dqlAlias string
리턴 string

getParameterName() 보호된 메소드

Get a good unique parameter name.
protected getParameterName ( Doctrine\ORM\QueryBuilder $qb ) : string
$qb Doctrine\ORM\QueryBuilder
리턴 string

프로퍼티 상세

$dqlAlias 보호되어 있는 프로퍼티

dqlAlias
protected $dqlAlias

$field 보호되어 있는 프로퍼티

field
protected $field

$value 보호되어 있는 프로퍼티

value
protected $value