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

setTrim() public méthode

Set the option to trim the contents.
public setTrim ( $value )
    public function setTrim($value)
    {
        $this->trim = TPropertyValue::ensureBoolean($value);
    }