Exemplo n.º 1
0
 public function getValue()
 {
     return (string) parent::getValue();
 }
Exemplo n.º 2
0
Arquivo: Int.php Projeto: rzak/ModSync
 public function getValue()
 {
     return intval(parent::getValue());
 }