コード例 #1
0
 function getValue($filtered = true)
 {
     if ($this->trim) {
         $this->_value = trim($this->_value);
     }
     return parent::getValue($filtered);
 }