Esempio n. 1
0
File: IP.php Progetto: gudwin/extasy
 public function setValue($newValue)
 {
     if ($newValue == '::1') {
         $newValue = '127.0.0.1';
     }
     parent::setValue($newValue);
 }
Esempio n. 2
0
 public function setValue($newValue)
 {
     parent::setValue(boolval($newValue));
 }