PHP 클래스 Bolt\Storage\Query\Adapter\PostgresSearch

파일 보기 프로젝트 열기: bolt/bolt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$contentType
$qb
$searchWords

공개 메소드들

메소드 설명
__construct ( Doctrine\DBAL\Query\QueryBuilder $qb, SearchConfig $config, array $searchWords )
getQuery ( )
getWeight ( $score )
setContentType ( $type )

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\DBAL\Query\QueryBuilder $qb, SearchConfig $config, array $searchWords )
$qb Doctrine\DBAL\Query\QueryBuilder
$config Bolt\Storage\Query\SearchConfig
$searchWords array

getQuery() 공개 메소드

public getQuery ( )

getWeight() 공개 메소드

public getWeight ( $score )

setContentType() 공개 메소드

public setContentType ( $type )

프로퍼티 상세

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

protected $config

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

protected $contentType

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

protected $qb

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

protected $searchWords