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