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