Home
last modified time | relevance | path

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

/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php16 protected $leftMin = 2; variable in phpHyphenation
68 * @param int $leftMin Minimum letters to leave on the left side of a word (default: 2)
73 public function setConstraints($leftMin=2, $rightMin=2, $charMin=2, $charMax=10) { argument
74 $this->leftMin = $leftMin;
244 for ($i=$this->leftMin; $i<=(mb_strlen($word)-$this->rightMin); $i++) {