Searched refs:charMax (Results 1 – 1 of 1) sorted by relevance
19 protected $charMax = 10; variable in phpHyphenation71 * @param int $charMax Maximum letters to search for a hyphenation possibility (default: 10)73 public function setConstraints($leftMin=2, $rightMin=2, $charMin=2, $charMax=10) { argument77 $this->charMax = $charMax;223 $maxwins = min(($word_length-$position), $this->charMax);