Prado\I18N\TTranslateParameter::setTrim PHP Method

setTrim() public method

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