JoliTypo\Fixer\Hyphen::setOptions PHP Method

setOptions() protected method

protected setOptions ( )
    protected function setOptions()
    {
        $this->hyphenator->getOptions()->setHyphen(Fixer::SHY);
        $this->hyphenator->getOptions()->setLeftMin(4);
        $this->hyphenator->getOptions()->setRightMin(3);
    }