Searched refs:rightMin (Results 1 – 1 of 1) sorted by relevance
17 protected $rightMin = 2; variable in phpHyphenation69 * @param int $rightMin Minimum letters to leave on the right side of a word (default: 2)73 public function setConstraints($leftMin=2, $rightMin=2, $charMin=2, $charMax=10) { argument75 $this->rightMin = $rightMin;244 for ($i=$this->leftMin; $i<=(mb_strlen($word)-$this->rightMin); $i++) {