Prado\I18N\TTranslateParameter::getTrim PHP Method

getTrim() public method

Trim the content or not.
public getTrim ( ) : boolean
return boolean trim or not.
    public function getTrim()
    {
        return $this->trim;
    }