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

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

Trim the content or not.
public getTrim ( ) : boolean
Результат boolean trim or not.
    public function getTrim()
    {
        return $this->trim;
    }