Bolt\Storage\Query\Adapter\PostgresSearch::__construct PHP Méthode

__construct() public méthode

public __construct ( Doctrine\DBAL\Query\QueryBuilder $qb, SearchConfig $config, array $searchWords )
$qb Doctrine\DBAL\Query\QueryBuilder
$config Bolt\Storage\Query\SearchConfig
$searchWords array
    public function __construct(QueryBuilder $qb, SearchConfig $config, array $searchWords)
    {
        $this->qb = $qb;
        $this->config = $config;
        $this->searchWords = $searchWords;
    }