Prado\I18N\TTranslateParameter::getTrim PHP 메소드

getTrim() 공개 메소드

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