public function __construct()
 {
     $this->phonetic = Text_ColognePhonetic::singleton();
 }
Example #2
0
 /**
  * @param array $solrConf
  */
 public function __construct(array $solrConf)
 {
     $this->solr = new SolrClient($solrConf);
     $this->phonetic = Text_ColognePhonetic::singleton();
 }