Searched refs:dictWords (Results 1 – 1 of 1) sorted by relevance
14 protected $dictWords = array(); variable in phpHyphenation59 foreach ($this->dictWords as $key=>$value) {60 $this->dictWords[$key] = str_replace($this->hyphen, $hyphen, $value);128 if (!$append) $this->dictWords = array();131 … $this->dictWords[str_replace('/', '', $entry)] = str_replace('/', $this->hyphen, $entry);213 … if(isset($this->dictWords[mb_strtolower($word)])) return $this->dictWords[mb_strtolower($word)];