Home
last modified time | relevance | path

Searched refs:rightMin (Results 1 – 1 of 1) sorted by relevance

/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php17 protected $rightMin = 2; variable in phpHyphenation
69 * @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) { argument
75 $this->rightMin = $rightMin;
244 for ($i=$this->leftMin; $i<=(mb_strlen($word)-$this->rightMin); $i++) {