Prado\I18N\TTranslateParameter::setTrim PHP Метод

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

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