You are here

public function SearchApiSavedSearch::__construct in Search API Saved Searches 7

Constructor as a helper to the parent constructor.

Overrides Entity::__construct

File

./search_api_saved_searches.search_entity.inc, line 110
Contains the entity class for saved searches.

Class

SearchApiSavedSearch
Class representing "Saved searches" settings.

Code

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