Example #1
0
 public function setValue($value)
 {
     if ($value !== '') {
         $hash = $this->getHash($value, true);
         parent::setValue($hash);
     }
 }
Example #2
0
 public function setValue($value)
 {
     parent::setValue($value);
     $this->_changed = true;
 }