Example #1
0
 public function getValue()
 {
     return (string) parent::getValue();
 }
Example #2
0
File: Int.php Project: rzak/ModSync
 public function getValue()
 {
     return intval(parent::getValue());
 }