コード例 #1
0
ファイル: Numeric.class.php プロジェクト: phoebius/phoebius
 protected function isValidValue($value)
 {
     return parent::isValidValue($value) && is_numeric($value);
 }