コード例 #1
0
 public function getValue()
 {
     $value = parent::getValue();
     if ($value == $this->hint) {
         $this->value = null;
         return null;
     }
     return $value;
 }