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