Prado\I18N\TTranslate::setTrim PHP Méthode

setTrim() public méthode

Set the option to trim the contents.
public setTrim ( $value )
    public function setTrim($value)
    {
        $this->setViewState('Trim', TPropertyValue::ensureBoolean($value), true);
    }