You are here

public function SearchApiLiveResultsSearch::__construct in Search API live results 7

Constructor.

Parameters

array $values: The entity properties.

Overrides Entity::__construct

File

./search_api_live_results.module, line 353

Class

SearchApiLiveResultsSearch
Class describing the settings for a certain search for which autocompletion is available.

Code

public function __construct(array $values = array()) {
  parent::__construct($values, 'search_api_live_results_search');
}