Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_uri = SYMPHONY_URL . '/extension/search_index';
     $this->_synonyms = SearchIndex::getSynonyms();
     $this->_synonym = NULL;
     $this->_hash = NULL;
 }