public function SearchApiSavedSearchesSettings::__construct in Search API Saved Searches 7
Constructor as a helper to the parent constructor.
Overrides Entity::__construct
File
- ./
search_api_saved_searches.settings_entity.inc, line 51 - Contains the entity class for stored "Saved searches" settings of search indexes.
Class
- SearchApiSavedSearchesSettings
- Class representing "Saved searches" settings.
Code
public function __construct(array $values = array()) {
parent::__construct($values, 'search_api_saved_searches_settings');
}