TwbBundle\Form\View\Helper\TwbBundleFormElement::setTranslatorEnabled PHP Метод

setTranslatorEnabled() публичный Метод

Sets whether translator is enabled and should be used
См. также: TranslatorAwareInterface::setTranslatorEnabled()
public setTranslatorEnabled ( boolean $bEnabled = true ) : TwbBundleFormElement
$bEnabled boolean
Результат TwbBundleFormElement
    public function setTranslatorEnabled($bEnabled = true)
    {
        $this->translatorEnabled = !!$bEnabled;
        return $this;
    }